Class: Aws::Types::StartRunBatchResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def id
  @id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETE_FAILED", "RUNS_DELETED")


2237
2238
2239
# File 'sig/types.rbs', line 2237

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2239
2240
2241
# File 'sig/types.rbs', line 2239

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def uuid
  @uuid
end