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.
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.
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.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def columns @columns end |
#compressed ⇒ Boolean
Returns the value of attribute compressed.
7512 7513 7514 |
# File 'sig/types.rbs', line 7512 def compressed @compressed end |
#input_format ⇒ ::String
Returns the value of attribute input_format.
7510 7511 7512 |
# File 'sig/types.rbs', line 7510 def input_format @input_format end |
#location ⇒ ::String
Returns the value of attribute location.
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.
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.
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.
7517 7518 7519 |
# File 'sig/types.rbs', line 7517 def parameters @parameters end |
#schema_reference ⇒ Types::SchemaReference
Returns the value of attribute schema_reference.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def schema_reference @schema_reference end |
#serde_info ⇒ Types::SerDeInfo
Returns the value of attribute serde_info.
7514 7515 7516 |
# File 'sig/types.rbs', line 7514 def serde_info @serde_info end |
#skewed_info ⇒ Types::SkewedInfo
Returns the value of attribute skewed_info.
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.
7516 7517 7518 |
# File 'sig/types.rbs', line 7516 def sort_columns @sort_columns end |
#stored_as_sub_directories ⇒ Boolean
Returns the value of attribute stored_as_sub_directories.
7519 7520 7521 |
# File 'sig/types.rbs', line 7519 def stored_as_sub_directories @stored_as_sub_directories end |