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.
8898 8899 8900 |
# File 'sig/types.rbs', line 8898 def instance_id @instance_id end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
8900 8901 8902 |
# File 'sig/types.rbs', line 8900 def quick_connect_config @quick_connect_config end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
8899 8900 8901 |
# File 'sig/types.rbs', line 8899 def quick_connect_id @quick_connect_id end |