Class: Aws::Types::Operation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#callback_detailsTypes::CallbackDetails

Returns the value of attribute callback_details.



1688
1689
1690
# File 'sig/types.rbs', line 1688

def callback_details
  @callback_details
end

#chained_invoke_detailsTypes::ChainedInvokeDetails

Returns the value of attribute chained_invoke_details.



1689
1690
1691
# File 'sig/types.rbs', line 1689

def chained_invoke_details
  @chained_invoke_details
end

#context_detailsTypes::ContextDetails

Returns the value of attribute context_details.



1685
1686
1687
# File 'sig/types.rbs', line 1685

def context_details
  @context_details
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def end_timestamp
  @end_timestamp
end

#execution_detailsTypes::ExecutionDetails

Returns the value of attribute execution_details.



1684
1685
1686
# File 'sig/types.rbs', line 1684

def execution_details
  @execution_details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def name
  @name
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def parent_id
  @parent_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def start_timestamp
  @start_timestamp
end

#status"STARTED", ...

Returns the value of attribute status.

Returns:

  • ("STARTED", "PENDING", "READY", "SUCCEEDED", "FAILED", "CANCELLED", "TIMED_OUT", "STOPPED")


1683
1684
1685
# File 'sig/types.rbs', line 1683

def status
  @status
end

#step_detailsTypes::StepDetails

Returns the value of attribute step_details.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def step_details
  @step_details
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def sub_type
  @sub_type
end

#type"EXECUTION", ...

Returns the value of attribute type.

Returns:

  • ("EXECUTION", "CONTEXT", "STEP", "WAIT", "CALLBACK", "CHAINED_INVOKE")


1679
1680
1681
# File 'sig/types.rbs', line 1679

def type
  @type
end

#wait_detailsTypes::WaitDetails

Returns the value of attribute wait_details.

Returns:



1687
1688
1689
# File 'sig/types.rbs', line 1687

def wait_details
  @wait_details
end