Class: Aws::Types::TimeSeriesReplacementsDataSource
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesReplacementsDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ ::String
Returns the value of attribute format.
-
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
-
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
Instance Attribute Details
#format ⇒ ::String
Returns the value of attribute format.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def format @format end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def s3_config @s3_config end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def schema @schema end |
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def end |