Class: Aws::Types::DataSegmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSegmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
-
#enrichment ⇒ Types::DataSegmentEnrichment
Returns the value of attribute enrichment.
-
#source_dataset_id ⇒ ::String
Returns the value of attribute source_dataset_id.
-
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def alias @alias end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def data_type @data_type end |
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def @end_timestamp end |
#enrichment ⇒ Types::DataSegmentEnrichment
Returns the value of attribute enrichment.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def enrichment @enrichment end |
#source_dataset_id ⇒ ::String
Returns the value of attribute source_dataset_id.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def source_dataset_id @source_dataset_id end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def @start_timestamp end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def time_series_id @time_series_id end |