Class: Aws::VPCLattice::Types::ListResourceConfigurationsRequest

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)


2954
2955
2956
2957
2958
2959
2960
2961
# File 'lib/aws-sdk-vpclattice/types.rb', line 2954

class ListResourceConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_configuration_group_identifier,
  :resource_gateway_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2954
2955
2956
2957
2958
2959
2960
2961
# File 'lib/aws-sdk-vpclattice/types.rb', line 2954

class ListResourceConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_configuration_group_identifier,
  :resource_gateway_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_group_identifierString

The ID of the group resource configuration.

Returns:

  • (String)


2954
2955
2956
2957
2958
2959
2960
2961
# File 'lib/aws-sdk-vpclattice/types.rb', line 2954

class ListResourceConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_configuration_group_identifier,
  :resource_gateway_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_gateway_identifierString

The ID of the resource gateway for the resource configuration.

Returns:

  • (String)


2954
2955
2956
2957
2958
2959
2960
2961
# File 'lib/aws-sdk-vpclattice/types.rb', line 2954

class ListResourceConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_configuration_group_identifier,
  :resource_gateway_identifier)
  SENSITIVE = []
  include Aws::Structure
end