Class: Aws::Types::ExecutionSummary

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)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def action_type
  @action_type
end

#execution_end_time::Time

Returns the value of attribute execution_end_time.

Returns:

  • (::Time)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def execution_end_time
  @execution_end_time
end

#execution_entity_version::String

Returns the value of attribute execution_entity_version.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def execution_entity_version
  @execution_entity_version
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def execution_id
  @execution_id
end

#execution_start_time::Time

Returns the value of attribute execution_start_time.

Returns:

  • (::Time)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def execution_start_time
  @execution_start_time
end

#execution_statusTypes::ExecutionStatus

Returns the value of attribute execution_status.



2173
2174
2175
# File 'sig/types.rbs', line 2173

def execution_status
  @execution_status
end

#resolve_toTypes::ResolveTo

Returns the value of attribute resolve_to.

Returns:



2170
2171
2172
# File 'sig/types.rbs', line 2170

def resolve_to
  @resolve_to
end

#target_resourceTypes::TargetResource

Returns the value of attribute target_resource.



2168
2169
2170
# File 'sig/types.rbs', line 2168

def target_resource
  @target_resource
end

#target_resource_version::String

Returns the value of attribute target_resource_version.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def target_resource_version
  @target_resource_version
end