Class: Aws::Types::ReviewTemplateLensReview

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)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def lens_alias
  @lens_alias
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def lens_arn
  @lens_arn
end

#lens_name ⇒ ::String

Returns the value of attribute lens_name.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def lens_name
  @lens_name
end

#lens_status ⇒ "CURRENT", ...

Returns the value of attribute lens_status.

Returns:

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


1700
1701
1702
# File 'sig/types.rbs', line 1700

def lens_status
  @lens_status
end

#lens_version ⇒ ::String

Returns the value of attribute lens_version.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def lens_version
  @lens_version
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def next_token
  @next_token
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def notes
  @notes
end

#pillar_review_summaries ⇒ ::Array[Types::ReviewTemplatePillarReviewSummary]

Returns the value of attribute pillar_review_summaries.



1701
1702
1703
# File 'sig/types.rbs', line 1701

def pillar_review_summaries
  @pillar_review_summaries
end

#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]

Returns the value of attribute question_counts.

Returns:

  • (::Hash[("UNANSWERED" | "ANSWERED"), ::Integer])


1704
1705
1706
# File 'sig/types.rbs', line 1704

def question_counts
  @question_counts
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def updated_at
  @updated_at
end