Class: Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_execution_id ⇒ String
Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#parent_resource_id ⇒ String
You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.
Instance Attribute Details
#lifecycle_execution_id ⇒ String
Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.
6291 6292 6293 6294 6295 6296 6297 6298 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6291 class ListLifecycleExecutionResourcesRequest < Struct.new( :lifecycle_execution_id, :parent_resource_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
6291 6292 6293 6294 6295 6296 6297 6298 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6291 class ListLifecycleExecutionResourcesRequest < Struct.new( :lifecycle_execution_id, :parent_resource_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
6291 6292 6293 6294 6295 6296 6297 6298 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6291 class ListLifecycleExecutionResourcesRequest < Struct.new( :lifecycle_execution_id, :parent_resource_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#parent_resource_id ⇒ String
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.
6291 6292 6293 6294 6295 6296 6297 6298 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6291 class ListLifecycleExecutionResourcesRequest < Struct.new( :lifecycle_execution_id, :parent_resource_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |