Class: Aws::Imagebuilder::Types::GetImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image that you want to get.
Instance Attribute Details
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image that you want to get.
2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2886 class GetImageRequest < Struct.new( :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |