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.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#service_network_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the association.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint associated with the service network.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_owner_id ⇒ String
The owner of the VPC endpoint associated with the service network.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC for the association.
4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4610 class ServiceNetworkEndpointAssociation < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_endpoint_owner_id, :id, :state, :service_network_arn, :created_at) SENSITIVE = [] include Aws::Structure end |