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


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

def additional_locations
  @additional_locations
end

#bucket_columns::Array[::String]

Returns the value of attribute bucket_columns.

Returns:

  • (::Array[::String])


7488
7489
7490
# File 'sig/types.rbs', line 7488

def bucket_columns
  @bucket_columns
end

#columns::Array[Types::Column]

Returns the value of attribute columns.

Returns:



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

def columns
  @columns
end

#compressedBoolean

Returns the value of attribute compressed.

Returns:

  • (Boolean)


7485
7486
7487
# File 'sig/types.rbs', line 7485

def compressed
  @compressed
end

#input_format::String

Returns the value of attribute input_format.

Returns:

  • (::String)


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

def input_format
  @input_format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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

def location
  @location
end

#number_of_buckets::Integer

Returns the value of attribute number_of_buckets.

Returns:

  • (::Integer)


7486
7487
7488
# File 'sig/types.rbs', line 7486

def number_of_buckets
  @number_of_buckets
end

#output_format::String

Returns the value of attribute output_format.

Returns:

  • (::String)


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

def output_format
  @output_format
end

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

Returns the value of attribute parameters.

Returns:

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


7490
7491
7492
# File 'sig/types.rbs', line 7490

def parameters
  @parameters
end

#schema_referenceTypes::SchemaReference

Returns the value of attribute schema_reference.



7493
7494
7495
# File 'sig/types.rbs', line 7493

def schema_reference
  @schema_reference
end

#serde_infoTypes::SerDeInfo

Returns the value of attribute serde_info.

Returns:



7487
7488
7489
# File 'sig/types.rbs', line 7487

def serde_info
  @serde_info
end

#skewed_infoTypes::SkewedInfo

Returns the value of attribute skewed_info.

Returns:



7491
7492
7493
# File 'sig/types.rbs', line 7491

def skewed_info
  @skewed_info
end

#sort_columns::Array[Types::Order]

Returns the value of attribute sort_columns.

Returns:



7489
7490
7491
# File 'sig/types.rbs', line 7489

def sort_columns
  @sort_columns
end

#stored_as_sub_directoriesBoolean

Returns the value of attribute stored_as_sub_directories.

Returns:

  • (Boolean)


7492
7493
7494
# File 'sig/types.rbs', line 7492

def stored_as_sub_directories
  @stored_as_sub_directories
end