Class: Aws::Types::TransitGatewayAttachmentSyncState
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayAttachmentSyncState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#transit_gateway_attachment_status ⇒ "CREATING", ...
Returns the value of attribute transit_gateway_attachment_status.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def @attachment_id end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def @status_message end |
#transit_gateway_attachment_status ⇒ "CREATING", ...
Returns the value of attribute transit_gateway_attachment_status.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def @transit_gateway_attachment_status end |