Class: Aws::B2bi::Types::SampleDocumentKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::SampleDocumentKeys
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
An array of the Amazon S3 keys used to identify the location for your sample documents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input ⇒ String
An array of keys for your input sample documents.
-
#output ⇒ String
An array of keys for your output sample documents.
Instance Attribute Details
#input ⇒ String
An array of keys for your input sample documents.
1779 1780 1781 1782 1783 1784 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1779 class SampleDocumentKeys < Struct.new( :input, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ String
An array of keys for your output sample documents.
1779 1780 1781 1782 1783 1784 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1779 class SampleDocumentKeys < Struct.new( :input, :output) SENSITIVE = [] include Aws::Structure end |