Class: Aws::Types::RejectNetworkFirewallTransitGatewayAttachmentResponse

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)


1410
1411
1412
# File 'sig/types.rbs', line 1410

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


1411
1412
1413
# File 'sig/types.rbs', line 1411

def transit_gateway_attachment_status
  @transit_gateway_attachment_status
end