Class: Aws::Types::DescribeExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type::String

Returns the value of attribute action_type.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def action_type
  @action_type
end

#execution_details::Hash[::String, ::String]

Returns the value of attribute execution_details.

Returns:

  • (::Hash[::String, ::String])


1787
1788
1789
# File 'sig/types.rbs', line 1787

def execution_details
  @execution_details
end

#execution_end_time::Time

Returns the value of attribute execution_end_time.

Returns:

  • (::Time)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def execution_end_time
  @execution_end_time
end

#execution_entity_version::String

Returns the value of attribute execution_entity_version.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def execution_entity_version
  @execution_entity_version
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def execution_id
  @execution_id
end

#execution_result::Hash[::String, ::String]

Returns the value of attribute execution_result.

Returns:

  • (::Hash[::String, ::String])


1786
1787
1788
# File 'sig/types.rbs', line 1786

def execution_result
  @execution_result
end

#execution_start_time::Time

Returns the value of attribute execution_start_time.

Returns:

  • (::Time)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def execution_start_time
  @execution_start_time
end

#execution_statusTypes::ExecutionStatus

Returns the value of attribute execution_status.



1785
1786
1787
# File 'sig/types.rbs', line 1785

def execution_status
  @execution_status
end

#resolve_toTypes::ResolveTo

Returns the value of attribute resolve_to.

Returns:



1782
1783
1784
# File 'sig/types.rbs', line 1782

def resolve_to
  @resolve_to
end

#target_resourceTypes::TargetResource

Returns the value of attribute target_resource.



1780
1781
1782
# File 'sig/types.rbs', line 1780

def target_resource
  @target_resource
end

#target_resource_version::String

Returns the value of attribute target_resource_version.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def target_resource_version
  @target_resource_version
end