Class: Aws::Types::ReviewTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def description
  @description
end

#lenses ⇒ ::Array[::String]

Returns the value of attribute lenses.

Returns:

  • (::Array[::String])


1652
1653
1654
# File 'sig/types.rbs', line 1652

def lenses
  @lenses
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def notes
  @notes
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def owner
  @owner
end

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

Returns the value of attribute question_counts.

Returns:

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


1654
1655
1656
# File 'sig/types.rbs', line 1654

def question_counts
  @question_counts
end

#share_invitation_id ⇒ ::String

Returns the value of attribute share_invitation_id.

Returns:

  • (::String)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def share_invitation_id
  @share_invitation_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1659
1660
1661
# File 'sig/types.rbs', line 1659

def tags
  @tags
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def template_arn
  @template_arn
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def template_name
  @template_name
end

#update_status ⇒ "CURRENT", "LENS_NOT_CURRENT"

Returns the value of attribute update_status.

Returns:

  • ("CURRENT", "LENS_NOT_CURRENT")


1660
1661
1662
# File 'sig/types.rbs', line 1660

def update_status
  @update_status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def updated_at
  @updated_at
end