Class: Aws::Types::AllocateAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllocateAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#domain ⇒ "vpc", "standard"
Returns the value of attribute domain.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
303 304 305 |
# File 'sig/types.rbs', line 303 def address @address end |
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
306 307 308 |
# File 'sig/types.rbs', line 306 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#domain ⇒ "vpc", "standard"
Returns the value of attribute domain.
302 303 304 |
# File 'sig/types.rbs', line 302 def domain @domain end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
309 310 311 |
# File 'sig/types.rbs', line 309 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def ipam_pool_id @ipam_pool_id end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
305 306 307 |
# File 'sig/types.rbs', line 305 def network_border_group @network_border_group end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
304 305 306 |
# File 'sig/types.rbs', line 304 def public_ipv_4_pool @public_ipv_4_pool end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
307 308 309 |
# File 'sig/types.rbs', line 307 def tag_specifications @tag_specifications end |