Class: Aws::Types::CreateQuickConnectResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuickConnectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quick_connect_arn ⇒ ::String
Returns the value of attribute quick_connect_arn.
-
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
Instance Attribute Details
#quick_connect_arn ⇒ ::String
Returns the value of attribute quick_connect_arn.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def quick_connect_arn @quick_connect_arn end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def quick_connect_id @quick_connect_id end |