Class: Aws::MQ::Types::DescribeBrokerInstanceOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DescribeBrokerInstanceOptionsRequest
- Defined in:
- gems/aws-sdk-mq/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
1192 1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1192 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#host_instance_type ⇒ String
1192 1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1192 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1192 1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1192 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1192 1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1192 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
1192 1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1192 class DescribeBrokerInstanceOptionsRequest < Struct.new( :engine_type, :host_instance_type, :max_results, :next_token, :storage_type) SENSITIVE = [] include Aws::Structure end |