Module: Aws::Outposts::Client::_GetOutpostInstanceTypesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOutpostInstanceTypesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #instance_types ⇒ ::Array[Types::InstanceTypeItem]
- #next_token ⇒ ::String
- #outpost_arn ⇒ ::String
- #outpost_id ⇒ ::String
Instance Method Details
#instance_types ⇒ ::Array[Types::InstanceTypeItem]
316 |
# File 'sig/client.rbs', line 316
def instance_types: () -> ::Array[Types::InstanceTypeItem]
|
#next_token ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def next_token: () -> ::String
|
#outpost_arn ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def outpost_arn: () -> ::String
|
#outpost_id ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def outpost_id: () -> ::String
|