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.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def @attachment_id end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def @status_message end |
#transit_gateway_attachment_status ⇒ "CREATING", ...
Returns the value of attribute transit_gateway_attachment_status.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def @transit_gateway_attachment_status end |