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])


7472
7473
7474
# File 'sig/types.rbs', line 7472

def additional_locations
  @additional_locations
end

#bucket_columns::Array[::String]

Returns the value of attribute bucket_columns.

Returns:

  • (::Array[::String])


7478
7479
7480
# File 'sig/types.rbs', line 7478

def bucket_columns
  @bucket_columns
end

#columns::Array[Types::Column]

Returns the value of attribute columns.

Returns:



7470
7471
7472
# File 'sig/types.rbs', line 7470

def columns
  @columns
end

#compressedBoolean

Returns the value of attribute compressed.

Returns:

  • (Boolean)


7475
7476
7477
# File 'sig/types.rbs', line 7475

def compressed
  @compressed
end

#input_format::String

Returns the value of attribute input_format.

Returns:

  • (::String)


7473
7474
7475
# File 'sig/types.rbs', line 7473

def input_format
  @input_format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


7471
7472
7473
# File 'sig/types.rbs', line 7471

def location
  @location
end

#number_of_buckets::Integer

Returns the value of attribute number_of_buckets.

Returns:

  • (::Integer)


7476
7477
7478
# File 'sig/types.rbs', line 7476

def number_of_buckets
  @number_of_buckets
end

#output_format::String

Returns the value of attribute output_format.

Returns:

  • (::String)


7474
7475
7476
# File 'sig/types.rbs', line 7474

def output_format
  @output_format
end

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

Returns the value of attribute parameters.

Returns:

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


7480
7481
7482
# File 'sig/types.rbs', line 7480

def parameters
  @parameters
end

#schema_referenceTypes::SchemaReference

Returns the value of attribute schema_reference.



7483
7484
7485
# File 'sig/types.rbs', line 7483

def schema_reference
  @schema_reference
end

#serde_infoTypes::SerDeInfo

Returns the value of attribute serde_info.

Returns:



7477
7478
7479
# File 'sig/types.rbs', line 7477

def serde_info
  @serde_info
end

#skewed_infoTypes::SkewedInfo

Returns the value of attribute skewed_info.

Returns:



7481
7482
7483
# File 'sig/types.rbs', line 7481

def skewed_info
  @skewed_info
end

#sort_columns::Array[Types::Order]

Returns the value of attribute sort_columns.

Returns:



7479
7480
7481
# File 'sig/types.rbs', line 7479

def sort_columns
  @sort_columns
end

#stored_as_sub_directoriesBoolean

Returns the value of attribute stored_as_sub_directories.

Returns:

  • (Boolean)


7482
7483
7484
# File 'sig/types.rbs', line 7482

def stored_as_sub_directories
  @stored_as_sub_directories
end