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

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_execution_idString

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

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7460

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)


7460
7461
7462
7463
7464
7465
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7460

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