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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_typeString

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1133

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)


1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1133

class DescribeBrokerInstanceOptionsRequest < Struct.new(
  :engine_type,
  :host_instance_type,
  :max_results,
  :next_token,
  :storage_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1133

class DescribeBrokerInstanceOptionsRequest < Struct.new(
  :engine_type,
  :host_instance_type,
  :max_results,
  :next_token,
  :storage_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1133

class DescribeBrokerInstanceOptionsRequest < Struct.new(
  :engine_type,
  :host_instance_type,
  :max_results,
  :next_token,
  :storage_type)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1133

class DescribeBrokerInstanceOptionsRequest < Struct.new(
  :engine_type,
  :host_instance_type,
  :max_results,
  :next_token,
  :storage_type)
  SENSITIVE = []
  include Aws::Structure
end