Class: Aws::Imagebuilder::Types::ListLifecycleExecutionsRequest

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


6325
6326
6327
6328
6329
6330
6331
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6325

class ListLifecycleExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn)
  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)


6325
6326
6327
6328
6329
6330
6331
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6325

class ListLifecycleExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which to get a list of lifecycle runtime instances.

Returns:

  • (String)


6325
6326
6327
6328
6329
6330
6331
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6325

class ListLifecycleExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end