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.
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.
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.
7438 7439 7440 |
# File 'sig/types.rbs', line 7438 def columns @columns end |
#compressed ⇒ Boolean
Returns the value of attribute compressed.
7443 7444 7445 |
# File 'sig/types.rbs', line 7443 def compressed @compressed end |
#input_format ⇒ ::String
Returns the value of attribute input_format.
7441 7442 7443 |
# File 'sig/types.rbs', line 7441 def input_format @input_format end |
#location ⇒ ::String
Returns the value of attribute location.
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.
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.
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.
7448 7449 7450 |
# File 'sig/types.rbs', line 7448 def parameters @parameters end |
#schema_reference ⇒ Types::SchemaReference
Returns the value of attribute schema_reference.
7451 7452 7453 |
# File 'sig/types.rbs', line 7451 def schema_reference @schema_reference end |
#serde_info ⇒ Types::SerDeInfo
Returns the value of attribute serde_info.
7445 7446 7447 |
# File 'sig/types.rbs', line 7445 def serde_info @serde_info end |
#skewed_info ⇒ Types::SkewedInfo
Returns the value of attribute skewed_info.
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.
7447 7448 7449 |
# File 'sig/types.rbs', line 7447 def sort_columns @sort_columns end |
#stored_as_sub_directories ⇒ Boolean
Returns the value of attribute stored_as_sub_directories.
7450 7451 7452 |
# File 'sig/types.rbs', line 7450 def stored_as_sub_directories @stored_as_sub_directories end |