Class: Aws::Types::SourceStatistics
- Inherits:
-
Object
- Object
- Aws::Types::SourceStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#group_by_value ⇒ ::String
Returns the value of attribute group_by_value.
-
#intent ⇒ ::String
Returns the value of attribute intent.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#percentage ⇒ ::Float
Returns the value of attribute percentage.
-
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
-
#source_category ⇒ ::String
Returns the value of attribute source_category.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#verified ⇒ Boolean
Returns the value of attribute verified.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def amount @amount end |
#group_by_value ⇒ ::String
Returns the value of attribute group_by_value.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def group_by_value @group_by_value end |
#intent ⇒ ::String
Returns the value of attribute intent.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def intent @intent end |
#organization ⇒ ::String
Returns the value of attribute organization.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def organization @organization end |
#percentage ⇒ ::Float
Returns the value of attribute percentage.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def percentage @percentage end |
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def request_count @request_count end |
#source_category ⇒ ::String
Returns the value of attribute source_category.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def source_category @source_category end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def source_name @source_name end |
#verified ⇒ Boolean
Returns the value of attribute verified.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def verified @verified end |