Class: Aws::B2bi::Types::SampleDocuments

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

Overview

Describes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

Contains the Amazon S3 bucket that is used to hold your sample documents.

Returns:

  • (String)


1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1858

class SampleDocuments < Struct.new(
  :bucket_name,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end

#keysArray<Types::SampleDocumentKeys>

Contains an array of the Amazon S3 keys used to identify the location for your sample documents.

Returns:



1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1858

class SampleDocuments < Struct.new(
  :bucket_name,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end