Class: Aws::Types::CreateTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def description @description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def @tags end |
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def task_configuration @task_configuration end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def task_name @task_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def workspace_name @workspace_name end |