Class: Aws::Types::GetOutpostInstanceTypesOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOutpostInstanceTypesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_types ⇒ ::Array[Types::InstanceTypeItem]
Returns the value of attribute instance_types.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
Instance Attribute Details
#instance_types ⇒ ::Array[Types::InstanceTypeItem]
Returns the value of attribute instance_types.
368 369 370 |
# File 'sig/types.rbs', line 368 def instance_types @instance_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
369 370 371 |
# File 'sig/types.rbs', line 369 def next_token @next_token end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def outpost_arn @outpost_arn end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def outpost_id @outpost_id end |