Class: Aws::Types::AttributeSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



919
920
921
# File 'sig/types.rbs', line 919

def regional_summaries
  @regional_summaries
end