Class: Aws::Types::Step

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:

  • (::Time)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def created_at
  @created_at
end

#name"PREFLIGHT", ...

Returns the value of attribute name.

Returns:

  • ("PREFLIGHT", "STATIC_ANALYSIS", "PENTEST", "FINALIZING", "VALIDATION")


1985
1986
1987
# File 'sig/types.rbs', line 1985

def name
  @name
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETED", "FAILED", "STOPPED")


1986
1987
1988
# File 'sig/types.rbs', line 1986

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def updated_at
  @updated_at
end