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


7440
7441
7442
# File 'sig/types.rbs', line 7440

def additional_locations
  @additional_locations
end

#bucket_columns::Array[::String]

Returns the value of attribute bucket_columns.

Returns:

  • (::Array[::String])


7446
7447
7448
# File 'sig/types.rbs', line 7446

def bucket_columns
  @bucket_columns
end

#columns::Array[Types::Column]

Returns the value of attribute columns.

Returns:



7438
7439
7440
# File 'sig/types.rbs', line 7438

def columns
  @columns
end

#compressedBoolean

Returns the value of attribute compressed.

Returns:

  • (Boolean)


7443
7444
7445
# File 'sig/types.rbs', line 7443

def compressed
  @compressed
end

#input_format::String

Returns the value of attribute input_format.

Returns:

  • (::String)


7441
7442
7443
# File 'sig/types.rbs', line 7441

def input_format
  @input_format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


7439
7440
7441
# File 'sig/types.rbs', line 7439

def location
  @location
end

#number_of_buckets::Integer

Returns the value of attribute number_of_buckets.

Returns:

  • (::Integer)


7444
7445
7446
# File 'sig/types.rbs', line 7444

def number_of_buckets
  @number_of_buckets
end

#output_format::String

Returns the value of attribute output_format.

Returns:

  • (::String)


7442
7443
7444
# File 'sig/types.rbs', line 7442

def output_format
  @output_format
end

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

Returns the value of attribute parameters.

Returns:

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


7448
7449
7450
# File 'sig/types.rbs', line 7448

def parameters
  @parameters
end

#schema_referenceTypes::SchemaReference

Returns the value of attribute schema_reference.



7451
7452
7453
# File 'sig/types.rbs', line 7451

def schema_reference
  @schema_reference
end

#serde_infoTypes::SerDeInfo

Returns the value of attribute serde_info.

Returns:



7445
7446
7447
# File 'sig/types.rbs', line 7445

def serde_info
  @serde_info
end

#skewed_infoTypes::SkewedInfo

Returns the value of attribute skewed_info.

Returns:



7449
7450
7451
# File 'sig/types.rbs', line 7449

def skewed_info
  @skewed_info
end

#sort_columns::Array[Types::Order]

Returns the value of attribute sort_columns.

Returns:



7447
7448
7449
# File 'sig/types.rbs', line 7447

def sort_columns
  @sort_columns
end

#stored_as_sub_directoriesBoolean

Returns the value of attribute stored_as_sub_directories.

Returns:

  • (Boolean)


7450
7451
7452
# File 'sig/types.rbs', line 7450

def stored_as_sub_directories
  @stored_as_sub_directories
end