Class: Aws::LambdaCore::Types::NetworkConnectorSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

The ARN of the network connector.

Returns:

  • (String)


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

Returns:

  • (String)


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.

Returns:

  • (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

#name ⇒ String

The name of the network connector.

Returns:

  • (String)


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.

Returns:

  • (String)


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).

Returns:

  • (String)


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