Class: Aws::ForecastService::Types::Schema
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::Schema
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Defines the fields of a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::SchemaAttribute>
An array of attributes specifying the name and type of each field in a dataset.
Instance Attribute Details
#attributes ⇒ Array<Types::SchemaAttribute>
An array of attributes specifying the name and type of each field in a dataset.
6228 6229 6230 6231 6232 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6228 class Schema < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |