Class: Aws::MQ::Types::DescribeBrokerInstanceOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DescribeBrokerInstanceOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #broker_instance_options ⇒ Array<Types::BrokerInstanceOption>
- #max_results ⇒ Integer
- #next_token ⇒ String
Instance Attribute Details
#broker_instance_options ⇒ Array<Types::BrokerInstanceOption>
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-mq/types.rb', line 1167 class DescribeBrokerInstanceOptionsResponse < Struct.new( :broker_instance_options, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-mq/types.rb', line 1167 class DescribeBrokerInstanceOptionsResponse < Struct.new( :broker_instance_options, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-mq/types.rb', line 1167 class DescribeBrokerInstanceOptionsResponse < Struct.new( :broker_instance_options, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |