Class: Aws::Types::S3DirectTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3DirectTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
-
#compression ⇒ ::String
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.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#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
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6538 6539 6540 |
# File 'sig/types.rbs', line 6538 def auto_data_quality @auto_data_quality end |
#compression ⇒ ::String
Returns the value of attribute compression.
6534 6535 6536 |
# File 'sig/types.rbs', line 6534 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6536 6537 6538 |
# File 'sig/types.rbs', line 6536 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6531 6532 6533 |
# File 'sig/types.rbs', line 6531 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6530 6531 6532 |
# File 'sig/types.rbs', line 6530 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6535 6536 6537 |
# File 'sig/types.rbs', line 6535 def number_target_partitions @number_target_partitions end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6539 6540 6541 |
# File 'sig/types.rbs', line 6539 def output_schemas @output_schemas end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6532 6533 6534 |
# File 'sig/types.rbs', line 6532 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6533 6534 6535 |
# File 'sig/types.rbs', line 6533 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6537 6538 6539 |
# File 'sig/types.rbs', line 6537 def schema_change_policy @schema_change_policy end |