Class: Aws::LambdaCore::Types::NetworkConnectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaCore::Types::NetworkConnectorSummary
- Defined in:
- gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb
Overview
Summary information about a network connector returned by
ListNetworkConnectors. Contains identifying fields and current
state. To retrieve full configuration details, use
GetNetworkConnector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the network connector.
-
#id ⇒ String
The unique identifier for a network connector, assigned by the service at creation time.
-
#last_modified ⇒ Time
The date and time when the connector was last modified.
-
#name ⇒ String
The name of the network connector.
-
#state ⇒ String
The current state of the network connector.
-
#type ⇒ String
The type of the network connector (
VPC_EGRESS).
Instance Attribute Details
#arn ⇒ String
The ARN of the network connector.
390 391 392 393 394 395 396 397 398 399 |
# File 'gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb', line 390 class NetworkConnectorSummary < Struct.new( :arn, :name, :id, :type, :state, :last_modified) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for a network connector, assigned by the service at creation time
390 391 392 393 394 395 396 397 398 399 |
# File 'gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb', line 390 class NetworkConnectorSummary < Struct.new( :arn, :name, :id, :type, :state, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date and time when the connector was last modified.
390 391 392 393 394 395 396 397 398 399 |
# File 'gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb', line 390 class NetworkConnectorSummary < Struct.new( :arn, :name, :id, :type, :state, :last_modified) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the network connector.
390 391 392 393 394 395 396 397 398 399 |
# File 'gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb', line 390 class NetworkConnectorSummary < Struct.new( :arn, :name, :id, :type, :state, :last_modified) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the network connector.
390 391 392 393 394 395 396 397 398 399 |
# File 'gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb', line 390 class NetworkConnectorSummary < Struct.new( :arn, :name, :id, :type, :state, :last_modified) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the network connector (VPC_EGRESS).
390 391 392 393 394 395 396 397 398 399 |
# File 'gems/aws-sdk-lambdacore/lib/aws-sdk-lambdacore/types.rb', line 390 class NetworkConnectorSummary < Struct.new( :arn, :name, :id, :type, :state, :last_modified) SENSITIVE = [] include Aws::Structure end |