Class: Aws::Types::DatasetItem
- Inherits:
-
Object
- Object
- Aws::Types::DatasetItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#export_data_types ⇒ ::Array[("VIDEO" | "TELEMETRY" | "ANNOTATION")]
Returns the value of attribute export_data_types.
-
#trim_settings ⇒ Types::TrimSettings
Returns the value of attribute trim_settings.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def dataset_id @dataset_id end |
#export_data_types ⇒ ::Array[("VIDEO" | "TELEMETRY" | "ANNOTATION")]
Returns the value of attribute export_data_types.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def export_data_types @export_data_types end |
#trim_settings ⇒ Types::TrimSettings
Returns the value of attribute trim_settings.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def trim_settings @trim_settings end |