Class: Aws::Types::IPAddressTypeStatus
- Inherits:
-
Object
- Object
- Aws::Types::IPAddressTypeStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ "ipv4", "dualstack"
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ "ipv4", "dualstack"
Returns the value of attribute options.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def status @status end |