Class: Aws::MQ::Types::DescribeBrokerInstanceOptionsResponse

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

#broker_instance_optionsArray<Types::BrokerInstanceOption>

Returns:



1154
1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1154

class DescribeBrokerInstanceOptionsResponse < Struct.new(
  :broker_instance_options,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


1154
1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1154

class DescribeBrokerInstanceOptionsResponse < Struct.new(
  :broker_instance_options,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1154

class DescribeBrokerInstanceOptionsResponse < Struct.new(
  :broker_instance_options,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end