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.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def name @name end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Returns the value of attribute quick_connect_config.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def quick_connect_config @quick_connect_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def @tags end |