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)


4569
4570
4571
4572
4573
# File 'lib/aws-sdk-appstream/types.rb', line 4569

class GetExportImageTaskRequest < Struct.new(
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end