Class: Aws::Types::NatGatewayAttachment
- Inherits:
-
Object
- Object
- Aws::Types::NatGatewayAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def dns_name @dns_name end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def nat_gateway_id @nat_gateway_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def @status_message end |