Class: Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_execution_idString

Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.



6876
6877
6878
6879
6880
6881
6882
6883
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6876

class ListLifecycleExecutionResourcesRequest < Struct.new(
  :lifecycle_execution_id,
  :parent_resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specify the maximum number of items to return in a request.



6876
6877
6878
6879
6880
6881
6882
6883
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6876

class ListLifecycleExecutionResourcesRequest < Struct.new(
  :lifecycle_execution_id,
  :parent_resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.



6876
6877
6878
6879
6880
6881
6882
6883
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6876

class ListLifecycleExecutionResourcesRequest < Struct.new(
  :lifecycle_execution_id,
  :parent_resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#parent_resource_idString

You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.



6876
6877
6878
6879
6880
6881
6882
6883
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6876

class ListLifecycleExecutionResourcesRequest < Struct.new(
  :lifecycle_execution_id,
  :parent_resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end