Class: Aws::Types::DescribeBrokerEngineTypesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#broker_engine_types::Array[Types::BrokerEngineType]

Returns the value of attribute broker_engine_types.



313
314
315
# File 'sig/types.rbs', line 313

def broker_engine_types
  @broker_engine_types
end

#max_results::Integer

Returns the value of attribute max_results.



314
315
316
# File 'sig/types.rbs', line 314

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



315
316
317
# File 'sig/types.rbs', line 315

def next_token
  @next_token
end