Class: Aws::MQ::Types::ListConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListConfigurationsResponse
- Defined in:
- gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#configurations ⇒ Array<Types::Configuration>
2333 2334 2335 2336 2337 2338 2339 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2333 class ListConfigurationsResponse < Struct.new( :configurations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2333 2334 2335 2336 2337 2338 2339 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2333 class ListConfigurationsResponse < Struct.new( :configurations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2333 2334 2335 2336 2337 2338 2339 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2333 class ListConfigurationsResponse < Struct.new( :configurations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |