Class: Aws::Types::LensReview
- Inherits:
-
Object
- Object
- Aws::Types::LensReview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jira_configuration ⇒ Types::JiraSelectedQuestionConfiguration
Returns the value of attribute jira_configuration.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
-
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
-
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#pillar_review_summaries ⇒ ::Array[Types::PillarReviewSummary]
Returns the value of attribute pillar_review_summaries.
-
#prioritized_risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute prioritized_risk_counts.
-
#profiles ⇒ ::Array[Types::WorkloadProfile]
Returns the value of attribute profiles.
-
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#jira_configuration ⇒ Types::JiraSelectedQuestionConfiguration
Returns the value of attribute jira_configuration.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def jira_configuration @jira_configuration end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def lens_arn @lens_arn end |
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def lens_name @lens_name end |
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def lens_status @lens_status end |
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def lens_version @lens_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def next_token @next_token end |
#notes ⇒ ::String
Returns the value of attribute notes.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def notes @notes end |
#pillar_review_summaries ⇒ ::Array[Types::PillarReviewSummary]
Returns the value of attribute pillar_review_summaries.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def pillar_review_summaries @pillar_review_summaries end |
#prioritized_risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute prioritized_risk_counts.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def prioritized_risk_counts @prioritized_risk_counts end |
#profiles ⇒ ::Array[Types::WorkloadProfile]
Returns the value of attribute profiles.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def profiles @profiles end |
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def risk_counts @risk_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def updated_at @updated_at end |