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.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def quick_connect_arn @quick_connect_arn end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def quick_connect_id @quick_connect_id end |