Class: Aws::Artifact::Types::InquiryFileContent

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

Overview

File content structure for compliance inquiry uploads.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

Binary content of the uploaded file.

Returns:

  • (String)


494
495
496
497
498
499
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 494

class InquiryFileContent < Struct.new(
  :file_sections,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#file_sectionsArray<String>

List of file sections/sheets to process.

Returns:

  • (Array<String>)


494
495
496
497
498
499
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 494

class InquiryFileContent < Struct.new(
  :file_sections,
  :content)
  SENSITIVE = []
  include Aws::Structure
end