Class: Aws::Types::ImprovementSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImprovementSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#improvement_plan_url ⇒ ::String
Returns the value of attribute improvement_plan_url.
-
#improvement_plans ⇒ ::Array[Types::ChoiceImprovementPlan]
Returns the value of attribute improvement_plans.
-
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#question_title ⇒ ::String
Returns the value of attribute question_title.
-
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
Instance Attribute Details
#improvement_plan_url ⇒ ::String
Returns the value of attribute improvement_plan_url.
952 953 954 |
# File 'sig/types.rbs', line 952 def improvement_plan_url @improvement_plan_url end |
#improvement_plans ⇒ ::Array[Types::ChoiceImprovementPlan]
Returns the value of attribute improvement_plans.
953 954 955 |
# File 'sig/types.rbs', line 953 def improvement_plans @improvement_plans end |
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
954 955 956 |
# File 'sig/types.rbs', line 954 def jira_configuration @jira_configuration end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
949 950 951 |
# File 'sig/types.rbs', line 949 def pillar_id @pillar_id end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
948 949 950 |
# File 'sig/types.rbs', line 948 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
950 951 952 |
# File 'sig/types.rbs', line 950 def question_title @question_title end |
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
951 952 953 |
# File 'sig/types.rbs', line 951 def risk @risk end |