Class: Aws::Imagebuilder::Types::StartResourceStateUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::StartResourceStateUpdateResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_execution_id ⇒ String
Identifies the lifecycle runtime instance that started the resource state update.
-
#resource_arn ⇒ String
The requested Amazon Resource Name (ARN) of the Image Builder resource for the asynchronous update.
Instance Attribute Details
#lifecycle_execution_id ⇒ String
Identifies the lifecycle runtime instance that started the resource state update.
8255 8256 8257 8258 8259 8260 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8255 class StartResourceStateUpdateResponse < Struct.new( :lifecycle_execution_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The requested Amazon Resource Name (ARN) of the Image Builder resource for the asynchronous update.
8255 8256 8257 8258 8259 8260 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8255 class StartResourceStateUpdateResponse < Struct.new( :lifecycle_execution_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |