Class: Aws::Types::CreateDedicatedIpPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDedicatedIpPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def pool_name @pool_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
79 80 81 |
# File 'sig/types.rbs', line 79 def end |