Class: Aws::Types::DatasetDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#athena_dataset_definitionTypes::AthenaDatasetDefinition

Returns the value of attribute athena_dataset_definition.



3156
3157
3158
# File 'sig/types.rbs', line 3156

def athena_dataset_definition
  @athena_dataset_definition
end

#data_distribution_type"FullyReplicated", "ShardedByS3Key"

Returns the value of attribute data_distribution_type.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


3159
3160
3161
# File 'sig/types.rbs', line 3159

def data_distribution_type
  @data_distribution_type
end

#input_mode"Pipe", "File"

Returns the value of attribute input_mode.

Returns:

  • ("Pipe", "File")


3160
3161
3162
# File 'sig/types.rbs', line 3160

def input_mode
  @input_mode
end

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def local_path
  @local_path
end

#redshift_dataset_definitionTypes::RedshiftDatasetDefinition

Returns the value of attribute redshift_dataset_definition.



3157
3158
3159
# File 'sig/types.rbs', line 3157

def redshift_dataset_definition
  @redshift_dataset_definition
end