Class: Aws::MQ::Types::ListConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
2223 2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-mq/types.rb', line 2223 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2223 2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-mq/types.rb', line 2223 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |