Class: Aws::Types::AttachPoint
- Inherits:
-
Object
- Object
- Aws::Types::AttachPoint
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Arn, DirectConnectGateway, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#direct_connect_gateway ⇒ ::String
Returns the value of attribute direct_connect_gateway.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
32 33 34 |
# File 'sig/types.rbs', line 32 def arn @arn end |
#direct_connect_gateway ⇒ ::String
Returns the value of attribute direct_connect_gateway.
31 32 33 |
# File 'sig/types.rbs', line 31 def direct_connect_gateway @direct_connect_gateway end |
#unknown ⇒ Object
Returns the value of attribute unknown.
33 34 35 |
# File 'sig/types.rbs', line 33 def unknown @unknown end |