Class: Aws::Types::AdministrativeOverride
- Inherits:
-
Object
- Object
- Aws::Types::AdministrativeOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#reason ⇒ "AdministrativeOverride.Unknown", ...
Returns the value of attribute reason.
-
#state ⇒ "unknown", ...
Returns the value of attribute state.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
61 62 63 |
# File 'sig/types.rbs', line 61 def description @description end |
#reason ⇒ "AdministrativeOverride.Unknown", ...
Returns the value of attribute reason.
60 61 62 |
# File 'sig/types.rbs', line 60 def reason @reason end |
#state ⇒ "unknown", ...
Returns the value of attribute state.
59 60 61 |
# File 'sig/types.rbs', line 59 def state @state end |