Class: Aws::Types::CreateQuickConnectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuickConnectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def name @name end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def quick_connect_config @quick_connect_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def @tags end |