Class: Aws::Types::SamplingStatisticsDocument

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)


849
850
851
# File 'sig/types.rbs', line 849

def borrow_count
  @borrow_count
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def client_id
  @client_id
end

#request_count::Integer

Returns the value of attribute request_count.

Returns:

  • (::Integer)


847
848
849
# File 'sig/types.rbs', line 847

def request_count
  @request_count
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def rule_name
  @rule_name
end

#sampled_count::Integer

Returns the value of attribute sampled_count.

Returns:

  • (::Integer)


848
849
850
# File 'sig/types.rbs', line 848

def sampled_count
  @sampled_count
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


846
847
848
# File 'sig/types.rbs', line 846

def timestamp
  @timestamp
end