Class: Aws::Types::CreateTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#command ⇒ Types::Command
Returns the value of attribute command.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
56 57 58 |
# File 'sig/types.rbs', line 56 def client_token @client_token end |
#command ⇒ Types::Command
Returns the value of attribute command.
57 58 59 |
# File 'sig/types.rbs', line 57 def command @command end |
#description ⇒ ::String
Returns the value of attribute description.
58 59 60 |
# File 'sig/types.rbs', line 58 def description @description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
59 60 61 |
# File 'sig/types.rbs', line 59 def @tags end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
60 61 62 |
# File 'sig/types.rbs', line 60 def targets @targets end |