Class: Aws::VPCLattice::Types::ListResourceEndpointAssociationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


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_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


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_identifierString

The ID for the resource configuration associated with the VPC endpoint.

Returns:

  • (String)


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_identifierString

The ID of the association.

Returns:

  • (String)


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_idString

The ID of the VPC endpoint in the association.

Returns:

  • (String)


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_ownerString

The owner of the VPC endpoint in the association.

Returns:

  • (String)


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