Class: Aws::MQ::Types::DescribeBrokerInstanceOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DescribeBrokerInstanceOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #engine_type ⇒ String
- #host_instance_type ⇒ String
- #max_results ⇒ Integer
- #next_token ⇒ String
- #storage_type ⇒ String
Instance Attribute Details
#engine_type ⇒ String
1146 1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mq/types.rb', line 1146 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#host_instance_type ⇒ String
1146 1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mq/types.rb', line 1146 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1146 1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mq/types.rb', line 1146 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1146 1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mq/types.rb', line 1146 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
1146 1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-mq/types.rb', line 1146 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |