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.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def quick_connect_arn @quick_connect_arn end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def quick_connect_id @quick_connect_id end |