Class: Aws::Types::TransitGatewayAttachmentSyncState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def attachment_id
  @attachment_id
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def status_message
  @status_message
end

#transit_gateway_attachment_status"CREATING", ...

Returns the value of attribute transit_gateway_attachment_status.

Returns:

  • ("CREATING", "DELETING", "DELETED", "FAILED", "ERROR", "READY", "PENDING_ACCEPTANCE", "REJECTING", "REJECTED")


1720
1721
1722
# File 'sig/types.rbs', line 1720

def transit_gateway_attachment_status
  @transit_gateway_attachment_status
end