Class: Aws::Types::LensReviewSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CURRENT", "NOT_CURRENT", "DEPRECATED", "DELETED", "UNSHARED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer])


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.

Returns:



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.

Returns:

  • (::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer])


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.

Returns:

  • (::Time)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def updated_at
  @updated_at
end