Class: Aws::Types::CoipPool
- Inherits:
-
Object
- Object
- Aws::Types::CoipPool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_cidrs ⇒ ::Array[::String]
Returns the value of attribute pool_cidrs.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def local_gateway_route_table_id @local_gateway_route_table_id end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def pool_arn @pool_arn end |
#pool_cidrs ⇒ ::Array[::String]
Returns the value of attribute pool_cidrs.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def pool_cidrs @pool_cidrs end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def pool_id @pool_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def @tags end |