Class: Aws::Types::DeleteNetworkFirewallTransitGatewayAttachmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
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")


421
422
423
# File 'sig/types.rbs', line 421

def transit_gateway_attachment_status
  @transit_gateway_attachment_status
end