Class: Aws::ForecastService::Types::Schema

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributesArray<Types::SchemaAttribute>

An array of attributes specifying the name and type of each field in a dataset.

Returns:



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