Class: Aws::Types::GetOutpostSupportedInstanceTypesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def asset_id
  @asset_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


372
373
374
# File 'sig/types.rbs', line 372

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def next_token
  @next_token
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def order_id
  @order_id
end

#outpost_identifier::String

Returns the value of attribute outpost_identifier.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def outpost_identifier
  @outpost_identifier
end