Class: Aws::B2bi::Types::SampleDocumentKeys

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inputString

An array of keys for your input sample documents.

Returns:

  • (String)


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

#outputString

An array of keys for your output sample documents.

Returns:

  • (String)


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