Class: Aws::Imagebuilder::Types::RetryImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::RetryImageResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token that uniquely identifies the request.
-
#image_build_version_arn ⇒ String
The ARN of the image to be retried.
Instance Attribute Details
#client_token ⇒ String
The client token that uniquely identifies the request.
7827 7828 7829 7830 7831 7832 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7827 class RetryImageResponse < Struct.new( :client_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#image_build_version_arn ⇒ String
The ARN of the image to be retried.
7827 7828 7829 7830 7831 7832 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7827 class RetryImageResponse < Struct.new( :client_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |