Class: Aws::Types::ConfigExportDeliveryInfo
- Inherits:
-
Object
- Object
- Aws::Types::ConfigExportDeliveryInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_attempt_time ⇒ ::Time
Returns the value of attribute last_attempt_time.
-
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
-
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
-
#last_status ⇒ "Success", ...
Returns the value of attribute last_status.
-
#last_successful_time ⇒ ::Time
Returns the value of attribute last_successful_time.
-
#next_delivery_time ⇒ ::Time
Returns the value of attribute next_delivery_time.
Instance Attribute Details
#last_attempt_time ⇒ ::Time
Returns the value of attribute last_attempt_time.
233 234 235 |
# File 'sig/types.rbs', line 233 def last_attempt_time @last_attempt_time end |
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
231 232 233 |
# File 'sig/types.rbs', line 231 def last_error_code @last_error_code end |
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
232 233 234 |
# File 'sig/types.rbs', line 232 def end |
#last_status ⇒ "Success", ...
Returns the value of attribute last_status.
230 231 232 |
# File 'sig/types.rbs', line 230 def last_status @last_status end |
#last_successful_time ⇒ ::Time
Returns the value of attribute last_successful_time.
234 235 236 |
# File 'sig/types.rbs', line 234 def last_successful_time @last_successful_time end |
#next_delivery_time ⇒ ::Time
Returns the value of attribute next_delivery_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def next_delivery_time @next_delivery_time end |