Class: Aws::ForecastService::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DataSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_config ⇒ Types::S3Config
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
Instance Attribute Details
#s3_config ⇒ Types::S3Config
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
1892 1893 1894 1895 1896 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 1892 class DataSource < Struct.new( :s3_config) SENSITIVE = [] include Aws::Structure end |