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