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.
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3406 class ListResourceEndpointAssociationsRequest < Struct.new( :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3406 class ListResourceEndpointAssociationsRequest < Struct.new( :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_identifier ⇒ String
The ID for the resource configuration associated with the VPC endpoint.
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3406 class ListResourceEndpointAssociationsRequest < Struct.new( :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_endpoint_association_identifier ⇒ String
The ID of the association.
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3406 class ListResourceEndpointAssociationsRequest < Struct.new( :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint in the association.
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3406 class ListResourceEndpointAssociationsRequest < Struct.new( :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_owner ⇒ String
The owner of the VPC endpoint in the association.
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3406 class ListResourceEndpointAssociationsRequest < Struct.new( :resource_configuration_identifier, :resource_endpoint_association_identifier, :vpc_endpoint_id, :vpc_endpoint_owner, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |