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.
8924 8925 8926 |
# File 'sig/types.rbs', line 8924 def instance_id @instance_id end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
8926 8927 8928 |
# File 'sig/types.rbs', line 8926 def quick_connect_config @quick_connect_config end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
8925 8926 8927 |
# File 'sig/types.rbs', line 8925 def quick_connect_id @quick_connect_id end |