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