Class: Aws::AppStream::Types::GetExportImageTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::GetExportImageTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The unique identifier of the export image task to retrieve information about.
Instance Attribute Details
#task_id ⇒ String
The unique identifier of the export image task to retrieve information about.
4527 4528 4529 4530 4531 |
# File 'lib/aws-sdk-appstream/types.rb', line 4527 class GetExportImageTaskRequest < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |