Class: Aws::Types::IpamPoolCidr
- Inherits:
-
Object
- Object
- Aws::Types::IpamPoolCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#failure_reason ⇒ Types::IpamPoolCidrFailureReason
Returns the value of attribute failure_reason.
-
#ipam_pool_cidr_id ⇒ ::String
Returns the value of attribute ipam_pool_cidr_id.
-
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
-
#state ⇒ "pending-provision", ...
Returns the value of attribute state.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
12133 12134 12135 |
# File 'sig/types.rbs', line 12133 def cidr @cidr end |
#failure_reason ⇒ Types::IpamPoolCidrFailureReason
Returns the value of attribute failure_reason.
12135 12136 12137 |
# File 'sig/types.rbs', line 12135 def failure_reason @failure_reason end |
#ipam_pool_cidr_id ⇒ ::String
Returns the value of attribute ipam_pool_cidr_id.
12136 12137 12138 |
# File 'sig/types.rbs', line 12136 def ipam_pool_cidr_id @ipam_pool_cidr_id end |
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
12137 12138 12139 |
# File 'sig/types.rbs', line 12137 def netmask_length @netmask_length end |
#state ⇒ "pending-provision", ...
Returns the value of attribute state.
12134 12135 12136 |
# File 'sig/types.rbs', line 12134 def state @state end |