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.
722 723 724 |
# File 'sig/types.rbs', line 722 def end |
#source_id ⇒ "AWS_MARKETPLACE"
Returns the value of attribute source_id.
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.
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.
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.
723 724 725 |
# File 'sig/types.rbs', line 723 def total_reviews @total_reviews end |