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.
662 663 664 |
# File 'sig/types.rbs', line 662 def ordering_requirement_type @ordering_requirement_type end |
#status ⇒ "PASS", ...
Returns the value of attribute status.
663 664 665 |
# File 'sig/types.rbs', line 663 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
661 662 663 |
# File 'sig/types.rbs', line 661 def @status_message end |