Class: Aws::Imagebuilder::Types::StartResourceStateUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::StartResourceStateUpdateResponse
- Includes:
- Structure
- Defined in:
- 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 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.
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_arn ⇒ String
The requested ARN of the Image Builder resource for the asynchronous update.
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 |