You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Used to store data store data in an S3 bucket that you manage.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket in which data store data is stored.

Returns:

  • (String)

    The name of the S3 bucket in which data store data is stored.

#key_prefixString

Optional. The prefix used to create the keys of the data store data objects. Each object in an 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)

    Optional.

#role_arnString

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

Returns:

  • (String)

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