Class: Aws::Types::LensReviewSummary
- Inherits:
-
Object
- Object
- Aws::Types::LensReviewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def lens_arn @lens_arn end |
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def lens_name @lens_name end |
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def lens_status @lens_status end |
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def lens_version @lens_version end |
#prioritized_risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute prioritized_risk_counts.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def prioritized_risk_counts @prioritized_risk_counts end |
#profiles ⇒ ::Array[Types::WorkloadProfile]
Returns the value of attribute profiles.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def profiles @profiles end |
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def risk_counts @risk_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def updated_at @updated_at end |