Class: Aws::NetworkFirewall::Types::AcceptNetworkFirewallTransitGatewayAttachmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_attachment_idString

The unique identifier of the transit gateway attachment that was accepted.

Returns:

  • (String)


86
87
88
89
90
91
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 86

class AcceptNetworkFirewallTransitGatewayAttachmentResponse < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_attachment_status)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_statusString

The current status of the transit gateway attachment. Valid values are:

  • CREATING - The attachment is being created

  • DELETING - The attachment is being deleted

  • DELETED - The attachment has been deleted

  • FAILED - The attachment creation has failed and cannot be recovered

  • ERROR - The attachment is in an error state that might be recoverable

  • READY - The attachment is active and processing traffic

  • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

  • REJECTING - The attachment is in the process of being rejected

  • REJECTED - The attachment has been rejected

Returns:

  • (String)


86
87
88
89
90
91
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 86

class AcceptNetworkFirewallTransitGatewayAttachmentResponse < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_attachment_status)
  SENSITIVE = []
  include Aws::Structure
end