Class: Aws::Types::DescribeBrokerEngineTypesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine_type::String

Returns the value of attribute engine_type.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def engine_type
  @engine_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


307
308
309
# File 'sig/types.rbs', line 307

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def next_token
  @next_token
end