Class: Aws::Types::S3HyperDirectTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3HyperDirectTarget
- 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 ⇒ "uncompressed"
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.
-
#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.
6664 6665 6666 |
# File 'sig/types.rbs', line 6664 def auto_data_quality @auto_data_quality end |
#compression ⇒ "uncompressed"
Returns the value of attribute compression.
6662 6663 6664 |
# File 'sig/types.rbs', line 6662 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6659 6660 6661 |
# File 'sig/types.rbs', line 6659 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6658 6659 6660 |
# File 'sig/types.rbs', line 6658 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6665 6666 6667 |
# File 'sig/types.rbs', line 6665 def output_schemas @output_schemas end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6660 6661 6662 |
# File 'sig/types.rbs', line 6660 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6661 6662 6663 |
# File 'sig/types.rbs', line 6661 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6663 6664 6665 |
# File 'sig/types.rbs', line 6663 def schema_change_policy @schema_change_policy end |