Class: Aws::Types::StorageDescriptor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_locations::Array[::String]

Returns the value of attribute additional_locations.

Returns:

  • (::Array[::String])


7509
7510
7511
# File 'sig/types.rbs', line 7509

def additional_locations
  @additional_locations
end

#bucket_columns::Array[::String]

Returns the value of attribute bucket_columns.

Returns:

  • (::Array[::String])


7515
7516
7517
# File 'sig/types.rbs', line 7515

def bucket_columns
  @bucket_columns
end

#columns::Array[Types::Column]

Returns the value of attribute columns.

Returns:



7507
7508
7509
# File 'sig/types.rbs', line 7507

def columns
  @columns
end

#compressedBoolean

Returns the value of attribute compressed.

Returns:

  • (Boolean)


7512
7513
7514
# File 'sig/types.rbs', line 7512

def compressed
  @compressed
end

#input_format::String

Returns the value of attribute input_format.

Returns:

  • (::String)


7510
7511
7512
# File 'sig/types.rbs', line 7510

def input_format
  @input_format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


7508
7509
7510
# File 'sig/types.rbs', line 7508

def location
  @location
end

#number_of_buckets::Integer

Returns the value of attribute number_of_buckets.

Returns:

  • (::Integer)


7513
7514
7515
# File 'sig/types.rbs', line 7513

def number_of_buckets
  @number_of_buckets
end

#output_format::String

Returns the value of attribute output_format.

Returns:

  • (::String)


7511
7512
7513
# File 'sig/types.rbs', line 7511

def output_format
  @output_format
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


7517
7518
7519
# File 'sig/types.rbs', line 7517

def parameters
  @parameters
end

#schema_referenceTypes::SchemaReference

Returns the value of attribute schema_reference.



7520
7521
7522
# File 'sig/types.rbs', line 7520

def schema_reference
  @schema_reference
end

#serde_infoTypes::SerDeInfo

Returns the value of attribute serde_info.

Returns:



7514
7515
7516
# File 'sig/types.rbs', line 7514

def serde_info
  @serde_info
end

#skewed_infoTypes::SkewedInfo

Returns the value of attribute skewed_info.

Returns:



7518
7519
7520
# File 'sig/types.rbs', line 7518

def skewed_info
  @skewed_info
end

#sort_columns::Array[Types::Order]

Returns the value of attribute sort_columns.

Returns:



7516
7517
7518
# File 'sig/types.rbs', line 7516

def sort_columns
  @sort_columns
end

#stored_as_sub_directoriesBoolean

Returns the value of attribute stored_as_sub_directories.

Returns:

  • (Boolean)


7519
7520
7521
# File 'sig/types.rbs', line 7519

def stored_as_sub_directories
  @stored_as_sub_directories
end