Class: Aws::Types::CreateDatasetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_frequency ⇒ ::String

Returns the value of attribute data_frequency.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def data_frequency
  @data_frequency
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def dataset_name
  @dataset_name
end

#dataset_type ⇒ "TARGET_TIME_SERIES", ...

Returns the value of attribute dataset_type.

Returns:

  • ("TARGET_TIME_SERIES", "RELATED_TIME_SERIES", "ITEM_METADATA")


112
113
114
# File 'sig/types.rbs', line 112

def dataset_type
  @dataset_type
end

#domain ⇒ "RETAIL", ...

Returns the value of attribute domain.

Returns:

  • ("RETAIL", "CUSTOM", "INVENTORY_PLANNING", "EC2_CAPACITY", "WORK_FORCE", "WEB_TRAFFIC", "METRICS")


111
112
113
# File 'sig/types.rbs', line 111

def domain
  @domain
end

#encryption_config ⇒ Types::EncryptionConfig

Returns the value of attribute encryption_config.



115
116
117
# File 'sig/types.rbs', line 115

def encryption_config
  @encryption_config
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def schema
  @schema
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def tags
  @tags
end