Class: Aws::Types::CloudComponentStatus
- Inherits:
-
Object
- Object
- Aws::Types::CloudComponentStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_state ⇒ "REQUESTED", ...
Returns the value of attribute component_state.
-
#errors ⇒ ::Hash[::String, ::String]
Returns the value of attribute errors.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#vendor_guidance ⇒ "ACTIVE", ...
Returns the value of attribute vendor_guidance.
-
#vendor_guidance_message ⇒ ::String
Returns the value of attribute vendor_guidance_message.
Instance Attribute Details
#component_state ⇒ "REQUESTED", ...
Returns the value of attribute component_state.
77 78 79 |
# File 'sig/types.rbs', line 77 def component_state @component_state end |
#errors ⇒ ::Hash[::String, ::String]
Returns the value of attribute errors.
79 80 81 |
# File 'sig/types.rbs', line 79 def errors @errors end |
#message ⇒ ::String
Returns the value of attribute message.
78 79 80 |
# File 'sig/types.rbs', line 78 def @message end |
#vendor_guidance ⇒ "ACTIVE", ...
Returns the value of attribute vendor_guidance.
80 81 82 |
# File 'sig/types.rbs', line 80 def vendor_guidance @vendor_guidance end |
#vendor_guidance_message ⇒ ::String
Returns the value of attribute vendor_guidance_message.
81 82 83 |
# File 'sig/types.rbs', line 81 def @vendor_guidance_message end |