Class: Aws::QApps::Types::ImportDocumentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ImportDocumentOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_id ⇒ String
The unique identifier assigned to the uploaded file.
Instance Attribute Details
#file_id ⇒ String
The unique identifier assigned to the uploaded file.
1105 1106 1107 1108 1109 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1105 class ImportDocumentOutput < Struct.new( :file_id) SENSITIVE = [] include Aws::Structure end |