Class: Aws::Types::RecommendedAction
- Inherits:
-
Object
- Object
- Aws::Types::RecommendedAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#apply_modes ⇒ ::Array[::String]
Returns the value of attribute apply_modes.
-
#context_attributes ⇒ ::Array[Types::ContextAttribute]
Returns the value of attribute context_attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#issue_details ⇒ Types::IssueDetails
Returns the value of attribute issue_details.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#parameters ⇒ ::Array[Types::RecommendedActionParameter]
Returns the value of attribute parameters.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
3636 3637 3638 |
# File 'sig/types.rbs', line 3636 def action_id @action_id end |
#apply_modes ⇒ ::Array[::String]
Returns the value of attribute apply_modes.
3641 3642 3643 |
# File 'sig/types.rbs', line 3641 def apply_modes @apply_modes end |
#context_attributes ⇒ ::Array[Types::ContextAttribute]
Returns the value of attribute context_attributes.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def context_attributes @context_attributes end |
#description ⇒ ::String
Returns the value of attribute description.
3638 3639 3640 |
# File 'sig/types.rbs', line 3638 def description @description end |
#issue_details ⇒ Types::IssueDetails
Returns the value of attribute issue_details.
3643 3644 3645 |
# File 'sig/types.rbs', line 3643 def issue_details @issue_details end |
#operation ⇒ ::String
Returns the value of attribute operation.
3639 3640 3641 |
# File 'sig/types.rbs', line 3639 def operation @operation end |
#parameters ⇒ ::Array[Types::RecommendedActionParameter]
Returns the value of attribute parameters.
3640 3641 3642 |
# File 'sig/types.rbs', line 3640 def parameters @parameters end |
#status ⇒ ::String
Returns the value of attribute status.
3642 3643 3644 |
# File 'sig/types.rbs', line 3642 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
3637 3638 3639 |
# File 'sig/types.rbs', line 3637 def title @title end |