Class: Aws::Types::SourceStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def amount
  @amount
end

#group_by_value::String

Returns the value of attribute group_by_value.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def group_by_value
  @group_by_value
end

#intent::String

Returns the value of attribute intent.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def intent
  @intent
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def organization
  @organization
end

#percentage::Float

Returns the value of attribute percentage.

Returns:

  • (::Float)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def percentage
  @percentage
end

#request_count::Integer

Returns the value of attribute request_count.

Returns:

  • (::Integer)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def request_count
  @request_count
end

#source_category::String

Returns the value of attribute source_category.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def source_category
  @source_category
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def source_name
  @source_name
end

#verifiedBoolean

Returns the value of attribute verified.

Returns:

  • (Boolean)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def verified
  @verified
end