Class: Aws::Types::QueryLoggingConfigurationStatus
- Inherits:
-
Object
- Object
- Aws::Types::QueryLoggingConfigurationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_code ⇒ "CREATING", ...
Returns the value of attribute status_code.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status_code ⇒ "CREATING", ...
Returns the value of attribute status_code.
632 633 634 |
# File 'sig/types.rbs', line 632 def status_code @status_code end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
633 634 635 |
# File 'sig/types.rbs', line 633 def status_reason @status_reason end |