Class: Aws::Types::S3DeltaDirectTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3DeltaDirectTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
-
#compression ⇒ "uncompressed", "snappy"
Returns the value of attribute compression.
-
#format ⇒ "json", ...
Returns the value of attribute format.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
-
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
6506 6507 6508 |
# File 'sig/types.rbs', line 6506 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6508 6509 6510 |
# File 'sig/types.rbs', line 6508 def auto_data_quality @auto_data_quality end |
#compression ⇒ "uncompressed", "snappy"
Returns the value of attribute compression.
6503 6504 6505 |
# File 'sig/types.rbs', line 6503 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6505 6506 6507 |
# File 'sig/types.rbs', line 6505 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6499 6500 6501 |
# File 'sig/types.rbs', line 6499 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6504 6505 6506 |
# File 'sig/types.rbs', line 6504 def number_target_partitions @number_target_partitions end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6501 6502 6503 |
# File 'sig/types.rbs', line 6501 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6502 6503 6504 |
# File 'sig/types.rbs', line 6502 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6507 6508 6509 |
# File 'sig/types.rbs', line 6507 def schema_change_policy @schema_change_policy end |