Class: Aws::IoTAnalytics::Types::CustomerManagedDatastoreS3StorageSummary

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

Overview

Contains information about the data store that you manage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket where your data is stored.

Returns:

  • (String)


778
779
780
781
782
783
784
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 778

class CustomerManagedDatastoreS3StorageSummary < Struct.new(
  :bucket,
  :key_prefix,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#key_prefixString

(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 (/).

Returns:

  • (String)


778
779
780
781
782
783
784
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 778

class CustomerManagedDatastoreS3StorageSummary < Struct.new(
  :bucket,
  :key_prefix,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.

Returns:

  • (String)


778
779
780
781
782
783
784
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 778

class CustomerManagedDatastoreS3StorageSummary < Struct.new(
  :bucket,
  :key_prefix,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end