Class: Aws::Types::IpamCidrConfig
- Inherits:
-
Object
- Object
- Aws::Types::IpamCidrConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anycast_ip ⇒ ::String
Returns the value of attribute anycast_ip.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#ipam_pool_arn ⇒ ::String
Returns the value of attribute ipam_pool_arn.
-
#status ⇒ "provisioned", ...
Returns the value of attribute status.
Instance Attribute Details
#anycast_ip ⇒ ::String
Returns the value of attribute anycast_ip.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def anycast_ip @anycast_ip end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def cidr @cidr end |
#ipam_pool_arn ⇒ ::String
Returns the value of attribute ipam_pool_arn.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def ipam_pool_arn @ipam_pool_arn end |
#status ⇒ "provisioned", ...
Returns the value of attribute status.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def status @status end |