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
-
#domain_verification_identifier ⇒ String
The domain verification ID.
-
#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 resource configuration of type ‘Group`.
-
#resource_gateway_identifier ⇒ String
The ID of the resource gateway for the resource configuration.
Instance Attribute Details
#domain_verification_identifier ⇒ String
The domain verification ID.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3351 class ListResourceConfigurationsRequest < Struct.new( :resource_gateway_identifier, :resource_configuration_group_identifier, :domain_verification_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum page size.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3351 class ListResourceConfigurationsRequest < Struct.new( :resource_gateway_identifier, :resource_configuration_group_identifier, :domain_verification_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3351 class ListResourceConfigurationsRequest < Struct.new( :resource_gateway_identifier, :resource_configuration_group_identifier, :domain_verification_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_group_identifier ⇒ String
The ID of the resource configuration of type ‘Group`.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3351 class ListResourceConfigurationsRequest < Struct.new( :resource_gateway_identifier, :resource_configuration_group_identifier, :domain_verification_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_gateway_identifier ⇒ String
The ID of the resource gateway for the resource configuration.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3351 class ListResourceConfigurationsRequest < Struct.new( :resource_gateway_identifier, :resource_configuration_group_identifier, :domain_verification_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |