Class: Aws::Types::Execution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def durable_execution_arn
  @durable_execution_arn
end

#durable_execution_name::String

Returns the value of attribute durable_execution_name.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def durable_execution_name
  @durable_execution_name
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


762
763
764
# File 'sig/types.rbs', line 762

def end_timestamp
  @end_timestamp
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def function_arn
  @function_arn
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def kms_key_arn
  @kms_key_arn
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


761
762
763
# File 'sig/types.rbs', line 761

def start_timestamp
  @start_timestamp
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "STOPPED")


760
761
762
# File 'sig/types.rbs', line 760

def status
  @status
end