Class: Aws::Types::AcceptNetworkFirewallTransitGatewayAttachmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::AcceptNetworkFirewallTransitGatewayAttachmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_attachment_status ⇒ "CREATING", ...
Returns the value of attribute transit_gateway_attachment_status.
Instance Attribute Details
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def @transit_gateway_attachment_id end |
#transit_gateway_attachment_status ⇒ "CREATING", ...
Returns the value of attribute transit_gateway_attachment_status.
23 24 25 |
# File 'sig/types.rbs', line 23 def @transit_gateway_attachment_status end |