Class: Aws::B2bi::Types::SampleDocuments
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::SampleDocuments
- 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
-
#bucket_name ⇒ String
Contains the Amazon S3 bucket that is used to hold your sample documents.
-
#keys ⇒ Array<Types::SampleDocumentKeys>
Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
Instance Attribute Details
#bucket_name ⇒ String
Contains the Amazon S3 bucket that is used to hold your sample documents.
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 |
#keys ⇒ Array<Types::SampleDocumentKeys>
Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
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 |