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.

Returns:

  • (String)


7533
7534
7535
7536
7537
7538
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7533

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

#resource_arnString

The requested ARN of the Image Builder resource for the asynchronous update.

Returns:

  • (String)


7533
7534
7535
7536
7537
7538
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7533

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