Class: Aws::VPCLattice::Types::ListResourceConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListResourceConfigurationsRequest
- 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_group_identifier ⇒ String
The ID of the group resource configuration.
-
#resource_gateway_identifier ⇒ String
The ID of the resource gateway for the resource configuration.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
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_token ⇒ String
A pagination token for the next page of results.
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_identifier ⇒ String
The ID of the group resource configuration.
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_identifier ⇒ String
The ID of the resource gateway for the resource configuration.
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 |