Class: Aws::Imagebuilder::Types::ListLifecycleExecutionsResponse

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_executionsArray<Types::LifecycleExecution>

A list of lifecycle runtime instances for the specified resource.

Returns:



6973
6974
6975
6976
6977
6978
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6973

class ListLifecycleExecutionsResponse < Struct.new(
  :lifecycle_executions,
  :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)


6973
6974
6975
6976
6977
6978
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6973

class ListLifecycleExecutionsResponse < Struct.new(
  :lifecycle_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end