Class: Aws::Types::RegionalSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_matched_accounts::Integer

Returns the value of attribute number_of_matched_accounts.

Returns:

  • (::Integer)


16187
16188
16189
# File 'sig/types.rbs', line 16187

def number_of_matched_accounts
  @number_of_matched_accounts
end

#number_of_unmatched_accounts::Integer

Returns the value of attribute number_of_unmatched_accounts.

Returns:

  • (::Integer)


16188
16189
16190
# File 'sig/types.rbs', line 16188

def number_of_unmatched_accounts
  @number_of_unmatched_accounts
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


16186
16187
16188
# File 'sig/types.rbs', line 16186

def region_name
  @region_name
end