Class: Aws::Types::ResourceWarning
- Inherits:
-
Object
- Object
- Aws::Types::ResourceWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
-
#warning_status ⇒ "active", "resolved"
Returns the value of attribute warning_status.
-
#warning_updated_time ⇒ ::Time
Returns the value of attribute warning_updated_time.
-
#workflow ⇒ Types::MinimalWorkflow
Returns the value of attribute workflow.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
683 684 685 |
# File 'sig/types.rbs', line 683 def resource_arn @resource_arn end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def step_name @step_name end |
#version ⇒ ::String
Returns the value of attribute version.
681 682 683 |
# File 'sig/types.rbs', line 681 def version @version end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
686 687 688 |
# File 'sig/types.rbs', line 686 def @warning_message end |
#warning_status ⇒ "active", "resolved"
Returns the value of attribute warning_status.
684 685 686 |
# File 'sig/types.rbs', line 684 def warning_status @warning_status end |
#warning_updated_time ⇒ ::Time
Returns the value of attribute warning_updated_time.
685 686 687 |
# File 'sig/types.rbs', line 685 def warning_updated_time @warning_updated_time end |
#workflow ⇒ Types::MinimalWorkflow
Returns the value of attribute workflow.
680 681 682 |
# File 'sig/types.rbs', line 680 def workflow @workflow end |