Class: Aws::Types::ReviewSourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average_rating::String

Returns the value of attribute average_rating.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def average_rating
  @average_rating
end

#source_id"AWS_MARKETPLACE"

Returns the value of attribute source_id.

Returns:

  • ("AWS_MARKETPLACE")


720
721
722
# File 'sig/types.rbs', line 720

def source_id
  @source_id
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def source_name
  @source_name
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def source_url
  @source_url
end

#total_reviews::Integer

Returns the value of attribute total_reviews.

Returns:

  • (::Integer)


723
724
725
# File 'sig/types.rbs', line 723

def total_reviews
  @total_reviews
end