Class: Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesResponse

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

Runtime details for the specified runtime instance of the lifecycle policy.

Returns:

  • (String)


6322
6323
6324
6325
6326
6327
6328
6329
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6322

class ListLifecycleExecutionResourcesResponse < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_execution_state,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_execution_stateTypes::LifecycleExecutionState

The current state of the lifecycle runtime instance.



6322
6323
6324
6325
6326
6327
6328
6329
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6322

class ListLifecycleExecutionResourcesResponse < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_execution_state,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token used for paginated responses. When this field isn’t empty, there are additional elements that the service hasn’t included in this request. Use this token with the next request to retrieve additional objects.

Returns:

  • (String)


6322
6323
6324
6325
6326
6327
6328
6329
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6322

class ListLifecycleExecutionResourcesResponse < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_execution_state,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::LifecycleExecutionResource>

A list of resources that were identified for lifecycle actions.



6322
6323
6324
6325
6326
6327
6328
6329
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6322

class ListLifecycleExecutionResourcesResponse < Struct.new(
  :lifecycle_execution_id,
  :lifecycle_execution_state,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end