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.
4563 4564 4565 4566 4567 |
# File 'lib/aws-sdk-appstream/types.rb', line 4563 class GetExportImageTaskResult < Struct.new( :export_image_task) SENSITIVE = [] include Aws::Structure end |