Class: Aws::AppStream::Types::GetExportImageTaskRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The unique identifier of the export image task to retrieve information about.

Returns:

  • (String)


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