Class: Aws::VPCLattice::Types::ServiceNetworkEndpointAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ServiceNetworkEndpointAssociation
- 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
-
#created_at ⇒ Time
The date and time that the association was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the association.
-
#service_network_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
-
#state ⇒ String
The state of the association.
-
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint associated with the service network.
-
#vpc_endpoint_owner_id ⇒ String
The owner of the VPC endpoint associated with the service network.
-
#vpc_id ⇒ String
The ID of the VPC for the association.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the association was created, in ISO-8601 format.
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 |
#id ⇒ String
The ID of the association.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
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 |
#state ⇒ String
The state of the association.
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_id ⇒ String
The ID of the VPC endpoint associated with the service network.
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_id ⇒ String
The owner of the VPC endpoint associated with the service network.
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_id ⇒ String
The ID of the VPC for the association.
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 |