Class: Aws::AppStream::Types::CreateExportImageTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateExportImageTaskResult
- 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 that was created, including the task ID and initial state.
Instance Attribute Details
#export_image_task ⇒ Types::ExportImageTask
Information about the export image task that was created, including the task ID and initial state.
1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-appstream/types.rb', line 1356 class CreateExportImageTaskResult < Struct.new( :export_image_task) SENSITIVE = [] include Aws::Structure end |