Class: Aws::Types::AttributeSummary
- Inherits:
-
Object
- Object
- Aws::Types::AttributeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#most_frequent_value ⇒ ::String
Returns the value of attribute most_frequent_value.
-
#number_of_matched_accounts ⇒ ::Integer
Returns the value of attribute number_of_matched_accounts.
-
#number_of_unmatched_accounts ⇒ ::Integer
Returns the value of attribute number_of_unmatched_accounts.
-
#regional_summaries ⇒ ::Array[Types::RegionalSummary]
Returns the value of attribute regional_summaries.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
915 916 917 |
# File 'sig/types.rbs', line 915 def attribute_name @attribute_name end |
#most_frequent_value ⇒ ::String
Returns the value of attribute most_frequent_value.
916 917 918 |
# File 'sig/types.rbs', line 916 def most_frequent_value @most_frequent_value end |
#number_of_matched_accounts ⇒ ::Integer
Returns the value of attribute number_of_matched_accounts.
917 918 919 |
# File 'sig/types.rbs', line 917 def number_of_matched_accounts @number_of_matched_accounts end |
#number_of_unmatched_accounts ⇒ ::Integer
Returns the value of attribute number_of_unmatched_accounts.
918 919 920 |
# File 'sig/types.rbs', line 918 def number_of_unmatched_accounts @number_of_unmatched_accounts end |
#regional_summaries ⇒ ::Array[Types::RegionalSummary]
Returns the value of attribute regional_summaries.
919 920 921 |
# File 'sig/types.rbs', line 919 def regional_summaries @regional_summaries end |