Class: Aws::AppStream::Types::GetExportImageTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::GetExportImageTaskResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_image_task ⇒ Types::ExportImageTask
Information about the export image task, including its current state, created date, and any error details.
Instance Attribute Details
#export_image_task ⇒ Types::ExportImageTask
Information about the export image task, including its current state, created date, and any error details.
4540 4541 4542 4543 4544 |
# File 'lib/aws-sdk-appstream/types.rb', line 4540 class GetExportImageTaskResult < Struct.new( :export_image_task) SENSITIVE = [] include Aws::Structure end |