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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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.

Returns:

  • (String)


6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6269

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6269

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.

Returns:

  • (String)


6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6269

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.

Returns:

  • (String)


6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6269

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