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.



1671
1672
1673
# File 'sig/types.rbs', line 1671

def callback_details
  @callback_details
end

#chained_invoke_detailsTypes::ChainedInvokeDetails

Returns the value of attribute chained_invoke_details.



1672
1673
1674
# File 'sig/types.rbs', line 1672

def chained_invoke_details
  @chained_invoke_details
end

#context_detailsTypes::ContextDetails

Returns the value of attribute context_details.



1668
1669
1670
# File 'sig/types.rbs', line 1668

def context_details
  @context_details
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def end_timestamp
  @end_timestamp
end

#execution_detailsTypes::ExecutionDetails

Returns the value of attribute execution_details.



1667
1668
1669
# File 'sig/types.rbs', line 1667

def execution_details
  @execution_details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def name
  @name
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def parent_id
  @parent_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def start_timestamp
  @start_timestamp
end

#status"STARTED", ...

Returns the value of attribute status.

Returns:

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


1666
1667
1668
# File 'sig/types.rbs', line 1666

def status
  @status
end

#step_detailsTypes::StepDetails

Returns the value of attribute step_details.

Returns:



1669
1670
1671
# File 'sig/types.rbs', line 1669

def step_details
  @step_details
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def sub_type
  @sub_type
end

#type"EXECUTION", ...

Returns the value of attribute type.

Returns:

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


1662
1663
1664
# File 'sig/types.rbs', line 1662

def type
  @type
end

#wait_detailsTypes::WaitDetails

Returns the value of attribute wait_details.

Returns:



1670
1671
1672
# File 'sig/types.rbs', line 1670

def wait_details
  @wait_details
end