Class: Aws::Types::DatasetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::DatasetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#athena_dataset_definition ⇒ Types::AthenaDatasetDefinition
Returns the value of attribute athena_dataset_definition.
-
#data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute data_distribution_type.
-
#input_mode ⇒ "Pipe", "File"
Returns the value of attribute input_mode.
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#redshift_dataset_definition ⇒ Types::RedshiftDatasetDefinition
Returns the value of attribute redshift_dataset_definition.
Instance Attribute Details
#athena_dataset_definition ⇒ Types::AthenaDatasetDefinition
Returns the value of attribute athena_dataset_definition.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def athena_dataset_definition @athena_dataset_definition end |
#data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute data_distribution_type.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def data_distribution_type @data_distribution_type end |
#input_mode ⇒ "Pipe", "File"
Returns the value of attribute input_mode.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def input_mode @input_mode end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def local_path @local_path end |
#redshift_dataset_definition ⇒ Types::RedshiftDatasetDefinition
Returns the value of attribute redshift_dataset_definition.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def redshift_dataset_definition @redshift_dataset_definition end |