Class: Aws::IoTAnalytics::Types::IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket where your data is stored.
-
#key_prefix ⇒ String
(Optional) The prefix used to create the keys of the data store data objects.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket where your data is stored.
1897 1898 1899 1900 1901 1902 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1897 class IotSiteWiseCustomerManagedDatastoreS3StorageSummary < Struct.new( :bucket, :key_prefix) SENSITIVE = [] include Aws::Structure end |
#key_prefix ⇒ String
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
1897 1898 1899 1900 1901 1902 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1897 class IotSiteWiseCustomerManagedDatastoreS3StorageSummary < Struct.new( :bucket, :key_prefix) SENSITIVE = [] include Aws::Structure end |