Class: Aws::Artifact::Types::InquiryFileContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::InquiryFileContent
- 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
-
#content ⇒ String
Binary content of the uploaded file.
-
#file_sections ⇒ Array<String>
List of file sections/sheets to process.
Instance Attribute Details
#content ⇒ String
Binary content of the uploaded file.
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_sections ⇒ Array<String>
List of file sections/sheets to process.
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 |