Class: Aws::Types::ConfigurationRecorderStatus
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationRecorderStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
-
#last_status ⇒ "Pending", ...
Returns the value of attribute last_status.
-
#last_status_change_time ⇒ ::Time
Returns the value of attribute last_status_change_time.
-
#last_stop_time ⇒ ::Time
Returns the value of attribute last_stop_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recording ⇒ Boolean
Returns the value of attribute recording.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def arn @arn end |
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
363 364 365 |
# File 'sig/types.rbs', line 363 def last_error_code @last_error_code end |
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
364 365 366 |
# File 'sig/types.rbs', line 364 def end |
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
359 360 361 |
# File 'sig/types.rbs', line 359 def last_start_time @last_start_time end |
#last_status ⇒ "Pending", ...
Returns the value of attribute last_status.
362 363 364 |
# File 'sig/types.rbs', line 362 def last_status @last_status end |
#last_status_change_time ⇒ ::Time
Returns the value of attribute last_status_change_time.
365 366 367 |
# File 'sig/types.rbs', line 365 def last_status_change_time @last_status_change_time end |
#last_stop_time ⇒ ::Time
Returns the value of attribute last_stop_time.
360 361 362 |
# File 'sig/types.rbs', line 360 def last_stop_time @last_stop_time end |
#name ⇒ ::String
Returns the value of attribute name.
358 359 360 |
# File 'sig/types.rbs', line 358 def name @name end |
#recording ⇒ Boolean
Returns the value of attribute recording.
361 362 363 |
# File 'sig/types.rbs', line 361 def recording @recording end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
366 367 368 |
# File 'sig/types.rbs', line 366 def service_principal @service_principal end |