Class: Aws::Types::UpdateQuickConnectConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuickConnectConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
-
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8705 8706 8707 |
# File 'sig/types.rbs', line 8705 def instance_id @instance_id end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
8707 8708 8709 |
# File 'sig/types.rbs', line 8707 def quick_connect_config @quick_connect_config end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
8706 8707 8708 |
# File 'sig/types.rbs', line 8706 def quick_connect_id @quick_connect_id end |