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)


1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1802

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:



1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1802

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