Class: Aws::Imagebuilder::Types::LifecycleExecution

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Contains metadata from a runtime instance of a lifecycle policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp when the lifecycle runtime instance completed.

Returns:

  • (Time)


4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4883

class LifecycleExecution < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_policy_arn,
  :resources_impacted_summary,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_execution_idString

Identifies the lifecycle policy runtime instance.

Returns:

  • (String)


4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4883

class LifecycleExecution < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_policy_arn,
  :resources_impacted_summary,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_policy_arnString

The Amazon Resource Name (ARN) of the lifecycle policy that ran.

Returns:

  • (String)


4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4883

class LifecycleExecution < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_policy_arn,
  :resources_impacted_summary,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#resources_impacted_summaryTypes::LifecycleExecutionResourcesImpactedSummary

Contains information about associated resources that are identified for action by the runtime instance of the lifecycle policy.



4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4883

class LifecycleExecution < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_policy_arn,
  :resources_impacted_summary,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp when the lifecycle runtime instance started.

Returns:

  • (Time)


4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4883

class LifecycleExecution < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_policy_arn,
  :resources_impacted_summary,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::LifecycleExecutionState

Runtime state that reports if the policy action ran successfully, failed, or was skipped.



4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4883

class LifecycleExecution < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_policy_arn,
  :resources_impacted_summary,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end