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>
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-mq/types.rb', line 1203 class DescribeBrokerInstanceOptionsResponse < Struct.new( :broker_instance_options, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-mq/types.rb', line 1203 class DescribeBrokerInstanceOptionsResponse < Struct.new( :broker_instance_options, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-mq/types.rb', line 1203 class DescribeBrokerInstanceOptionsResponse < Struct.new( :broker_instance_options, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |