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.
356 357 358 |
# File 'sig/types.rbs', line 356 def instance_types @instance_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def next_token @next_token end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
359 360 361 |
# File 'sig/types.rbs', line 359 def outpost_arn @outpost_arn end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def outpost_id @outpost_id end |