Class: Aws::Types::BatchListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def status
  @status
end

#total_runs::Integer

Returns the value of attribute total_runs.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def total_runs
  @total_runs
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def workflow_id
  @workflow_id
end