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.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def attribute_name @attribute_name end |
#most_frequent_value ⇒ ::String
Returns the value of attribute most_frequent_value.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def most_frequent_value @most_frequent_value end |
#number_of_matched_accounts ⇒ ::Integer
Returns the value of attribute number_of_matched_accounts.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def number_of_matched_accounts @number_of_matched_accounts end |
#number_of_unmatched_accounts ⇒ ::Integer
Returns the value of attribute number_of_unmatched_accounts.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def number_of_unmatched_accounts @number_of_unmatched_accounts end |
#regional_summaries ⇒ ::Array[Types::RegionalSummary]
Returns the value of attribute regional_summaries.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def regional_summaries @regional_summaries end |