Class: Aws::Types::TimeSeriesIdentifiers
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesIdentifiers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def data_source @data_source end |
#format ⇒ ::String
Returns the value of attribute format.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def format @format end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def schema @schema end |