Class: Aws::Types::IpamPoolAllocation
- Inherits:
-
Object
- Object
- Aws::Types::IpamPoolAllocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#resource_type ⇒ "ipam-pool", ...
Returns the value of attribute resource_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
12392 12393 12394 |
# File 'sig/types.rbs', line 12392 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
12394 12395 12396 |
# File 'sig/types.rbs', line 12394 def description @description end |
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
12393 12394 12395 |
# File 'sig/types.rbs', line 12393 def ipam_pool_allocation_id @ipam_pool_allocation_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12395 12396 12397 |
# File 'sig/types.rbs', line 12395 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12398 12399 12400 |
# File 'sig/types.rbs', line 12398 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12397 12398 12399 |
# File 'sig/types.rbs', line 12397 def resource_region @resource_region end |
#resource_type ⇒ "ipam-pool", ...
Returns the value of attribute resource_type.
12396 12397 12398 |
# File 'sig/types.rbs', line 12396 def resource_type @resource_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12399 12400 12401 |
# File 'sig/types.rbs', line 12399 def @tags end |