Class: Aws::Types::GetCoipPoolUsageResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCoipPoolUsageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coip_address_usages ⇒ ::Array[Types::CoipAddressUsage]
Returns the value of attribute coip_address_usages.
-
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#coip_address_usages ⇒ ::Array[Types::CoipAddressUsage]
Returns the value of attribute coip_address_usages.
10120 10121 10122 |
# File 'sig/types.rbs', line 10120 def coip_address_usages @coip_address_usages end |
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
10119 10120 10121 |
# File 'sig/types.rbs', line 10119 def coip_pool_id @coip_pool_id end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
10121 10122 10123 |
# File 'sig/types.rbs', line 10121 def local_gateway_route_table_id @local_gateway_route_table_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10122 10123 10124 |
# File 'sig/types.rbs', line 10122 def next_token @next_token end |