Class: Aws::Types::OrderingRequirement
- Inherits:
-
Object
- Object
- Aws::Types::OrderingRequirement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ordering_requirement_type ⇒ "OUTPOST_ACTIVE_CHECK_ERROR", ...
Returns the value of attribute ordering_requirement_type.
-
#status ⇒ "PASS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#ordering_requirement_type ⇒ "OUTPOST_ACTIVE_CHECK_ERROR", ...
Returns the value of attribute ordering_requirement_type.
684 685 686 |
# File 'sig/types.rbs', line 684 def ordering_requirement_type @ordering_requirement_type end |
#status ⇒ "PASS", ...
Returns the value of attribute status.
685 686 687 |
# File 'sig/types.rbs', line 685 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
683 684 685 |
# File 'sig/types.rbs', line 683 def @status_message end |