Class: Aws::Types::SamplingBoostStatisticsDocument

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_count::Integer

Returns the value of attribute anomaly_count.



780
781
782
# File 'sig/types.rbs', line 780

def anomaly_count
  @anomaly_count
end

#rule_name::String

Returns the value of attribute rule_name.



777
778
779
# File 'sig/types.rbs', line 777

def rule_name
  @rule_name
end

#sampled_anomaly_count::Integer

Returns the value of attribute sampled_anomaly_count.



782
783
784
# File 'sig/types.rbs', line 782

def sampled_anomaly_count
  @sampled_anomaly_count
end

#service_name::String

Returns the value of attribute service_name.



778
779
780
# File 'sig/types.rbs', line 778

def service_name
  @service_name
end

#timestamp::Time

Returns the value of attribute timestamp.



779
780
781
# File 'sig/types.rbs', line 779

def timestamp
  @timestamp
end

#total_count::Integer

Returns the value of attribute total_count.



781
782
783
# File 'sig/types.rbs', line 781

def total_count
  @total_count
end