Class: Aws::Types::ImprovementSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#improvement_plan_url ⇒ ::String

Returns the value of attribute improvement_plan_url.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def question_title
  @question_title
end

#risk ⇒ "UNANSWERED", ...

Returns the value of attribute risk.

Returns:

  • ("UNANSWERED", "HIGH", "MEDIUM", "NONE", "NOT_APPLICABLE")


951
952
953
# File 'sig/types.rbs', line 951

def risk
  @risk
end