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)


679
680
681
# File 'sig/types.rbs', line 679

def average_rating
  @average_rating
end

#source_id"AWS_MARKETPLACE"

Returns the value of attribute source_id.

Returns:

  • ("AWS_MARKETPLACE")


677
678
679
# File 'sig/types.rbs', line 677

def source_id
  @source_id
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def source_name
  @source_name
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def source_url
  @source_url
end

#total_reviews::Integer

Returns the value of attribute total_reviews.

Returns:

  • (::Integer)


680
681
682
# File 'sig/types.rbs', line 680

def total_reviews
  @total_reviews
end