Class: Aws::Types::CreateTaskInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def client_token
  @client_token
end

#command ⇒ Types::Command

Returns the value of attribute command.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def command
  @command
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def description
  @description
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


59
60
61
# File 'sig/types.rbs', line 59

def tags
  @tags
end

#targets ⇒ ::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


60
61
62
# File 'sig/types.rbs', line 60

def targets
  @targets
end