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)


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

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#task_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def workspace_name
  @workspace_name
end