Class: Aws::Types::StorageDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::StorageDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_locations ⇒ ::Array[::String]
Returns the value of attribute additional_locations.
-
#bucket_columns ⇒ ::Array[::String]
Returns the value of attribute bucket_columns.
-
#columns ⇒ ::Array[Types::Column]
Returns the value of attribute columns.
-
#compressed ⇒ Boolean
Returns the value of attribute compressed.
-
#input_format ⇒ ::String
Returns the value of attribute input_format.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#number_of_buckets ⇒ ::Integer
Returns the value of attribute number_of_buckets.
-
#output_format ⇒ ::String
Returns the value of attribute output_format.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#schema_reference ⇒ Types::SchemaReference
Returns the value of attribute schema_reference.
-
#serde_info ⇒ Types::SerDeInfo
Returns the value of attribute serde_info.
-
#skewed_info ⇒ Types::SkewedInfo
Returns the value of attribute skewed_info.
-
#sort_columns ⇒ ::Array[Types::Order]
Returns the value of attribute sort_columns.
-
#stored_as_sub_directories ⇒ Boolean
Returns the value of attribute stored_as_sub_directories.
Instance Attribute Details
#additional_locations ⇒ ::Array[::String]
Returns the value of attribute additional_locations.
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.
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.
7470 7471 7472 |
# File 'sig/types.rbs', line 7470 def columns @columns end |
#compressed ⇒ Boolean
Returns the value of attribute compressed.
7475 7476 7477 |
# File 'sig/types.rbs', line 7475 def compressed @compressed end |
#input_format ⇒ ::String
Returns the value of attribute input_format.
7473 7474 7475 |
# File 'sig/types.rbs', line 7473 def input_format @input_format end |
#location ⇒ ::String
Returns the value of attribute location.
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.
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.
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.
7480 7481 7482 |
# File 'sig/types.rbs', line 7480 def parameters @parameters end |
#schema_reference ⇒ Types::SchemaReference
Returns the value of attribute schema_reference.
7483 7484 7485 |
# File 'sig/types.rbs', line 7483 def schema_reference @schema_reference end |
#serde_info ⇒ Types::SerDeInfo
Returns the value of attribute serde_info.
7477 7478 7479 |
# File 'sig/types.rbs', line 7477 def serde_info @serde_info end |
#skewed_info ⇒ Types::SkewedInfo
Returns the value of attribute skewed_info.
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.
7479 7480 7481 |
# File 'sig/types.rbs', line 7479 def sort_columns @sort_columns end |
#stored_as_sub_directories ⇒ Boolean
Returns the value of attribute stored_as_sub_directories.
7482 7483 7484 |
# File 'sig/types.rbs', line 7482 def stored_as_sub_directories @stored_as_sub_directories end |