Class: Aws::VPCLattice::Types::ServiceNetworkEndpointAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Describes the association between a service network and a VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the association was created, in ISO-8601 format.

Returns:

  • (Time)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_arnString

The Amazon Resource Name (ARN) of the service network.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the association.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint associated with the service network.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_owner_idString

The owner of the VPC endpoint associated with the service network.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC for the association.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'lib/aws-sdk-vpclattice/types.rb', line 4180

class ServiceNetworkEndpointAssociation < Struct.new(
  :created_at,
  :id,
  :service_network_arn,
  :state,
  :vpc_endpoint_id,
  :vpc_endpoint_owner_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end