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

#domain_verification_identifierString

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_resultsInteger

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_tokenString

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_identifierString

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_identifierString

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