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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def regional_summaries
  @regional_summaries
end