Class: Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesRequest
- Defined in:
- gems/aws-sdk-imagebuilder/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
Specify the maximum number of 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.
6886 6887 6888 6889 6890 6891 6892 6893 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6886 class ListLifecycleExecutionResourcesRequest < Struct.new( :lifecycle_execution_id, :parent_resource_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
6886 6887 6888 6889 6890 6891 6892 6893 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6886 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.
6886 6887 6888 6889 6890 6891 6892 6893 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6886 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.
6886 6887 6888 6889 6890 6891 6892 6893 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6886 class ListLifecycleExecutionResourcesRequest < Struct.new( :lifecycle_execution_id, :parent_resource_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |