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)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def attachment_id
  @attachment_id
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

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")


1748
1749
1750
# File 'sig/types.rbs', line 1748

def transit_gateway_attachment_status
  @transit_gateway_attachment_status
end