Class: Aws::QApps::Types::ImportDocumentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique identifier of the Q App the file is associated with.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#card_idString

The unique identifier of the card the file is associated with.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#file_contents_base_64String

The base64-encoded contents of the file to upload.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The name of the file being uploaded.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier of the Amazon Q Business application environment instance.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

Whether the file is associated with a Q App definition or a specific Q App session.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the Q App session the file is associated with, if applicable.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/aws-sdk-qapps/types.rb', line 1561

class ImportDocumentInput < Struct.new(
  :instance_id,
  :card_id,
  :app_id,
  :file_contents_base_64,
  :file_name,
  :scope,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end