Class: Aws::Types::AllocateIpamPoolCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllocateIpamPoolCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_cidrs ⇒ ::Array[::String]
Returns the value of attribute allowed_cidrs.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disallowed_cidrs ⇒ ::Array[::String]
Returns the value of attribute disallowed_cidrs.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
-
#preview_next_cidr ⇒ Boolean
Returns the value of attribute preview_next_cidr.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#allowed_cidrs ⇒ ::Array[::String]
Returns the value of attribute allowed_cidrs.
355 356 357 |
# File 'sig/types.rbs', line 355 def allowed_cidrs @allowed_cidrs end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
350 351 352 |
# File 'sig/types.rbs', line 350 def cidr @cidr end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
352 353 354 |
# File 'sig/types.rbs', line 352 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
353 354 355 |
# File 'sig/types.rbs', line 353 def description @description end |
#disallowed_cidrs ⇒ ::Array[::String]
Returns the value of attribute disallowed_cidrs.
356 357 358 |
# File 'sig/types.rbs', line 356 def disallowed_cidrs @disallowed_cidrs end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
348 349 350 |
# File 'sig/types.rbs', line 348 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
349 350 351 |
# File 'sig/types.rbs', line 349 def ipam_pool_id @ipam_pool_id end |
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
351 352 353 |
# File 'sig/types.rbs', line 351 def netmask_length @netmask_length end |
#preview_next_cidr ⇒ Boolean
Returns the value of attribute preview_next_cidr.
354 355 356 |
# File 'sig/types.rbs', line 354 def preview_next_cidr @preview_next_cidr end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
357 358 359 |
# File 'sig/types.rbs', line 357 def tag_specifications @tag_specifications end |