Class: Aws::Types::LensReview

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def next_token
  @next_token
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

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


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.

Returns:



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.

Returns:

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


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.

Returns:

  • (::Time)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def updated_at
  @updated_at
end