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:



1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1167

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

#max_resultsInteger

Returns:

  • (Integer)


1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1167

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

#next_tokenString

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1167

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