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.
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.
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.
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.
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.
369 370 371 |
# File 'sig/types.rbs', line 369 def outpost_identifier @outpost_identifier end |