Class: Aws::Imagebuilder::Types::StartResourceStateUpdateResponse

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

Identifies the lifecycle runtime instance that started the resource state update.



8255
8256
8257
8258
8259
8260
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8255

class StartResourceStateUpdateResponse < Struct.new(
  :lifecycle_execution_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The requested Amazon Resource Name (ARN) of the Image Builder resource for the asynchronous update.



8255
8256
8257
8258
8259
8260
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8255

class StartResourceStateUpdateResponse < Struct.new(
  :lifecycle_execution_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end