Class: Aws::Types::ReviewSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReviewSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_rating ⇒ ::String
Returns the value of attribute average_rating.
-
#source_id ⇒ "AWS_MARKETPLACE"
Returns the value of attribute source_id.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#total_reviews ⇒ ::Integer
Returns the value of attribute total_reviews.
Instance Attribute Details
#average_rating ⇒ ::String
Returns the value of attribute average_rating.
679 680 681 |
# File 'sig/types.rbs', line 679 def @average_rating end |
#source_id ⇒ "AWS_MARKETPLACE"
Returns the value of attribute source_id.
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.
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.
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.
680 681 682 |
# File 'sig/types.rbs', line 680 def total_reviews @total_reviews end |