Class: Aws::VPCLattice::Types::ListResourceEndpointAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListResourceEndpointAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
A pagination token for the next page of results.
-
#resource_configuration_identifier ⇒ String
The ID for the resource configuration associated with the VPC endpoint.
-
#resource_endpoint_association_identifier ⇒ String
The ID of the association.
-
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint in the association.
-
#vpc_endpoint_owner ⇒ String
The owner of the VPC endpoint in the association.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3008 class ListResourceEndpointAssociationsRequest < Struct.new( :max_results, :next_token, :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3008 class ListResourceEndpointAssociationsRequest < Struct.new( :max_results, :next_token, :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_identifier ⇒ String
The ID for the resource configuration associated with the VPC endpoint.
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3008 class ListResourceEndpointAssociationsRequest < Struct.new( :max_results, :next_token, :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner) SENSITIVE = [] include Aws::Structure end |
#resource_endpoint_association_identifier ⇒ String
The ID of the association.
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3008 class ListResourceEndpointAssociationsRequest < Struct.new( :max_results, :next_token, :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint in the association.
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3008 class ListResourceEndpointAssociationsRequest < Struct.new( :max_results, :next_token, :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_owner ⇒ String
The owner of the VPC endpoint in the association.
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3008 class ListResourceEndpointAssociationsRequest < Struct.new( :max_results, :next_token, :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner) SENSITIVE = [] include Aws::Structure end |