Class: Aws::MQ::Types::ListConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#configurations ⇒ Array<Types::Configuration>
2241 2242 2243 2244 2245 2246 2247 |
# File 'lib/aws-sdk-mq/types.rb', line 2241 class ListConfigurationsResponse < Struct.new( :configurations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2241 2242 2243 2244 2245 2246 2247 |
# File 'lib/aws-sdk-mq/types.rb', line 2241 class ListConfigurationsResponse < Struct.new( :configurations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2241 2242 2243 2244 2245 2246 2247 |
# File 'lib/aws-sdk-mq/types.rb', line 2241 class ListConfigurationsResponse < Struct.new( :configurations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |