Class: Aws::Types::RunListItem

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)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def arn
  @arn
end

#batch_id::String

Returns the value of attribute batch_id.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def batch_id
  @batch_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2005
2006
2007
# File 'sig/types.rbs', line 2005

def priority
  @priority
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "DELETED", "CANCELLED", "FAILED")


2001
2002
2003
# File 'sig/types.rbs', line 2001

def status
  @status
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


2009
2010
2011
# File 'sig/types.rbs', line 2009

def stop_time
  @stop_time
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def storage_capacity
  @storage_capacity
end

#storage_type"STATIC", "DYNAMIC"

Returns the value of attribute storage_type.

Returns:

  • ("STATIC", "DYNAMIC")


2010
2011
2012
# File 'sig/types.rbs', line 2010

def storage_type
  @storage_type
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def workflow_id
  @workflow_id
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def workflow_name
  @workflow_name
end

#workflow_version_name::String

Returns the value of attribute workflow_version_name.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def workflow_version_name
  @workflow_version_name
end