Class: Aws::QApps::Types::FileUploadCardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::FileUploadCardInput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Represents a file upload card. It can optionally receive a filename
and fileId
to set a default file. If not received, the user must
provide the file when the Q App runs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_override ⇒ Boolean
A flag indicating if the user can override the default file for the upload card.
-
#file_id ⇒ String
The identifier of a pre-uploaded file associated with the card.
-
#filename ⇒ String
The default filename to use for the file upload card.
-
#id ⇒ String
The unique identifier of the file upload card.
-
#title ⇒ String
The title or label of the file upload card.
-
#type ⇒ String
The type of the card.
Instance Attribute Details
#allow_override ⇒ Boolean
A flag indicating if the user can override the default file for the upload card.
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1110 class FileUploadCardInput < Struct.new( :title, :id, :type, :filename, :file_id, :allow_override) SENSITIVE = [] include Aws::Structure end |
#file_id ⇒ String
The identifier of a pre-uploaded file associated with the card.
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1110 class FileUploadCardInput < Struct.new( :title, :id, :type, :filename, :file_id, :allow_override) SENSITIVE = [] include Aws::Structure end |
#filename ⇒ String
The default filename to use for the file upload card.
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1110 class FileUploadCardInput < Struct.new( :title, :id, :type, :filename, :file_id, :allow_override) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the file upload card.
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1110 class FileUploadCardInput < Struct.new( :title, :id, :type, :filename, :file_id, :allow_override) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title or label of the file upload card.
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1110 class FileUploadCardInput < Struct.new( :title, :id, :type, :filename, :file_id, :allow_override) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the card.
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1110 class FileUploadCardInput < Struct.new( :title, :id, :type, :filename, :file_id, :allow_override) SENSITIVE = [] include Aws::Structure end |