Class: Aws::Types::GetOutpostSupportedInstanceTypesInput
- Inherits:
-
Object
- Object
- Aws::Types::GetOutpostSupportedInstanceTypesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order_id ⇒ ::String
Returns the value of attribute order_id.
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
383 384 385 |
# File 'sig/types.rbs', line 383 def asset_id @asset_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
384 385 386 |
# File 'sig/types.rbs', line 384 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
385 386 387 |
# File 'sig/types.rbs', line 385 def next_token @next_token end |
#order_id ⇒ ::String
Returns the value of attribute order_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def order_id @order_id end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
381 382 383 |
# File 'sig/types.rbs', line 381 def outpost_identifier @outpost_identifier end |