Class: Aws::Types::DirectConnectGatewayAttachment
- Inherits:
-
Object
- Object
- Aws::Types::DirectConnectGatewayAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
-
#direct_connect_gateway_arn ⇒ ::String
Returns the value of attribute direct_connect_gateway_arn.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
783 784 785 |
# File 'sig/types.rbs', line 783 def @attachment end |
#direct_connect_gateway_arn ⇒ ::String
Returns the value of attribute direct_connect_gateway_arn.
784 785 786 |
# File 'sig/types.rbs', line 784 def direct_connect_gateway_arn @direct_connect_gateway_arn end |