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]
9947 |
# File 'sig/client.rbs', line 9947
def coip_address_usages: () -> ::Array[Types::CoipAddressUsage]
|
#coip_pool_id ⇒ ::String
9946 |
# File 'sig/client.rbs', line 9946
def coip_pool_id: () -> ::String
|
#local_gateway_route_table_id ⇒ ::String
9948 |
# File 'sig/client.rbs', line 9948
def local_gateway_route_table_id: () -> ::String
|
#next_token ⇒ ::String
9949 |
# File 'sig/client.rbs', line 9949
def next_token: () -> ::String
|