Class: Aws::MQ::Types::DescribeBrokerInstanceOptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_typeString

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File '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_typeString

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File '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_resultsInteger

Returns:

  • (Integer)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File '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_tokenString

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File '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_typeString

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File '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