Class: Aws::Types::CreatePublicIpv4PoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePublicIpv4PoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def network_border_group @network_border_group end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def tag_specifications @tag_specifications end |