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.
8695 8696 8697 |
# File 'sig/types.rbs', line 8695 def instance_id @instance_id end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
8697 8698 8699 |
# File 'sig/types.rbs', line 8697 def quick_connect_config @quick_connect_config end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
8696 8697 8698 |
# File 'sig/types.rbs', line 8696 def quick_connect_id @quick_connect_id end |