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)


1437
1438
1439
# File 'sig/types.rbs', line 1437

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


1438
1439
1440
# File 'sig/types.rbs', line 1438

def transit_gateway_attachment_status
  @transit_gateway_attachment_status
end