Class: Aws::Types::CreateTaskRequest

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)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def description
  @description
end

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

Returns the value of attribute tags.

Returns:

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


1119
1120
1121
# File 'sig/types.rbs', line 1119

def tags
  @tags
end

#task_configurationTypes::TaskConfiguration

Returns the value of attribute task_configuration.



1118
1119
1120
# File 'sig/types.rbs', line 1118

def task_configuration
  @task_configuration
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def task_name
  @task_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def workspace_name
  @workspace_name
end