Class: Aws::Types::FailedDataSegmentDisassociation
- Inherits:
-
Object
- Object
- Aws::Types::FailedDataSegmentDisassociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
-
#error_code ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#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
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def @end_timestamp end |
#error_code ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute error_code.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def @error_message end |
#source_dataset_id ⇒ ::String
Returns the value of attribute source_dataset_id.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def source_dataset_id @source_dataset_id end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def @start_timestamp end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def time_series_id @time_series_id end |