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.
-
#scaling_mode ⇒ "STANDARD", "MANAGED"
Returns the value of attribute scaling_mode.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def pool_name @pool_name end |
#scaling_mode ⇒ "STANDARD", "MANAGED"
Returns the value of attribute scaling_mode.
248 249 250 |
# File 'sig/types.rbs', line 248 def scaling_mode @scaling_mode end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
247 248 249 |
# File 'sig/types.rbs', line 247 def end |