Class: Aws::Types::RegionalSummary
- Inherits:
-
Object
- Object
- Aws::Types::RegionalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#number_of_matched_accounts ⇒ ::Integer
Returns the value of attribute number_of_matched_accounts.
15551 15552 15553 |
# File 'sig/types.rbs', line 15551 def number_of_matched_accounts @number_of_matched_accounts end |
#number_of_unmatched_accounts ⇒ ::Integer
Returns the value of attribute number_of_unmatched_accounts.
15552 15553 15554 |
# File 'sig/types.rbs', line 15552 def number_of_unmatched_accounts @number_of_unmatched_accounts end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
15550 15551 15552 |
# File 'sig/types.rbs', line 15550 def region_name @region_name end |