Class: Aws::Types::SamplingStatisticSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#borrow_count::Integer

Returns the value of attribute borrow_count.

Returns:

  • (::Integer)


838
839
840
# File 'sig/types.rbs', line 838

def borrow_count
  @borrow_count
end

#request_count::Integer

Returns the value of attribute request_count.

Returns:

  • (::Integer)


837
838
839
# File 'sig/types.rbs', line 837

def request_count
  @request_count
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def rule_name
  @rule_name
end

#sampled_count::Integer

Returns the value of attribute sampled_count.

Returns:

  • (::Integer)


839
840
841
# File 'sig/types.rbs', line 839

def sampled_count
  @sampled_count
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


836
837
838
# File 'sig/types.rbs', line 836

def timestamp
  @timestamp
end