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.
12658 12659 12660 |
# File 'sig/types.rbs', line 12658 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
12660 12661 12662 |
# File 'sig/types.rbs', line 12660 def description @description end |
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
12659 12660 12661 |
# File 'sig/types.rbs', line 12659 def ipam_pool_allocation_id @ipam_pool_allocation_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12661 12662 12663 |
# File 'sig/types.rbs', line 12661 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12664 12665 12666 |
# File 'sig/types.rbs', line 12664 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12663 12664 12665 |
# File 'sig/types.rbs', line 12663 def resource_region @resource_region end |
#resource_type ⇒ "ipam-pool", ...
Returns the value of attribute resource_type.
12662 12663 12664 |
# File 'sig/types.rbs', line 12662 def resource_type @resource_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12665 12666 12667 |
# File 'sig/types.rbs', line 12665 def @tags end |