Module: Aws::EC2::Client::_GetCoipPoolUsageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCoipPoolUsageResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #coip_address_usages ⇒ ::Array[Types::CoipAddressUsage]
- #coip_pool_id ⇒ ::String
- #local_gateway_route_table_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#coip_address_usages ⇒ ::Array[Types::CoipAddressUsage]
10281 |
# File 'sig/client.rbs', line 10281
def coip_address_usages: () -> ::Array[Types::CoipAddressUsage]
|
#coip_pool_id ⇒ ::String
10280 |
# File 'sig/client.rbs', line 10280
def coip_pool_id: () -> ::String
|
#local_gateway_route_table_id ⇒ ::String
10282 |
# File 'sig/client.rbs', line 10282
def local_gateway_route_table_id: () -> ::String
|
#next_token ⇒ ::String
10283 |
# File 'sig/client.rbs', line 10283
def next_token: () -> ::String
|