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.



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.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


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.

Returns:

  • ("Pipe", "File")


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.

Returns:

  • (::String)


3141
3142
3143
# File 'sig/types.rbs', line 3141

def local_path
  @local_path
end

#redshift_dataset_definitionTypes::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