Class: Aws::Types::S3DataSpec
- Inherits:
-
Object
- Object
- Aws::Types::S3DataSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_location_s3 ⇒ ::String
Returns the value of attribute data_location_s3.
-
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
-
#data_schema ⇒ ::String
Returns the value of attribute data_schema.
-
#data_schema_location_s3 ⇒ ::String
Returns the value of attribute data_schema_location_s3.
Instance Attribute Details
#data_location_s3 ⇒ ::String
Returns the value of attribute data_location_s3.
615 616 617 |
# File 'sig/types.rbs', line 615 def data_location_s3 @data_location_s3 end |
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
616 617 618 |
# File 'sig/types.rbs', line 616 def data_rearrangement @data_rearrangement end |
#data_schema ⇒ ::String
Returns the value of attribute data_schema.
617 618 619 |
# File 'sig/types.rbs', line 617 def data_schema @data_schema end |
#data_schema_location_s3 ⇒ ::String
Returns the value of attribute data_schema_location_s3.
618 619 620 |
# File 'sig/types.rbs', line 618 def data_schema_location_s3 @data_schema_location_s3 end |