Class: Aws::Types::Ipv6Pool
- Inherits:
-
Object
- Object
- Aws::Types::Ipv6Pool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#pool_cidr_blocks ⇒ ::Array[Types::PoolCidrBlock]
Returns the value of attribute pool_cidr_blocks.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
12637 12638 12639 |
# File 'sig/types.rbs', line 12637 def description @description end |
#pool_cidr_blocks ⇒ ::Array[Types::PoolCidrBlock]
Returns the value of attribute pool_cidr_blocks.
12638 12639 12640 |
# File 'sig/types.rbs', line 12638 def pool_cidr_blocks @pool_cidr_blocks end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
12636 12637 12638 |
# File 'sig/types.rbs', line 12636 def pool_id @pool_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12639 12640 12641 |
# File 'sig/types.rbs', line 12639 def @tags end |