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.
6580 6581 6582 |
# File 'sig/types.rbs', line 6580 def auto_data_quality @auto_data_quality end |
#compression ⇒ ::String
Returns the value of attribute compression.
6576 6577 6578 |
# File 'sig/types.rbs', line 6576 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6578 6579 6580 |
# File 'sig/types.rbs', line 6578 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6573 6574 6575 |
# File 'sig/types.rbs', line 6573 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6572 6573 6574 |
# File 'sig/types.rbs', line 6572 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6577 6578 6579 |
# File 'sig/types.rbs', line 6577 def number_target_partitions @number_target_partitions end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6581 6582 6583 |
# File 'sig/types.rbs', line 6581 def output_schemas @output_schemas end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6575 6576 6577 |
# File 'sig/types.rbs', line 6575 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6579 6580 6581 |
# File 'sig/types.rbs', line 6579 def schema_change_policy @schema_change_policy end |