Class: Aws::QApps::Types::ImportDocumentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_idString

The unique identifier assigned to the uploaded file.

Returns:

  • (String)


1579
1580
1581
1582
1583
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1579

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