Class: Aws::Types::SamplingRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


805
806
807
# File 'sig/types.rbs', line 805

def attributes
  @attributes
end

#fixed_rate::Float

Returns the value of attribute fixed_rate.

Returns:

  • (::Float)


797
798
799
# File 'sig/types.rbs', line 797

def fixed_rate
  @fixed_rate
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def host
  @host
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def http_method
  @http_method
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


796
797
798
# File 'sig/types.rbs', line 796

def priority
  @priority
end

#reservoir_size::Integer

Returns the value of attribute reservoir_size.

Returns:

  • (::Integer)


798
799
800
# File 'sig/types.rbs', line 798

def reservoir_size
  @reservoir_size
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def resource_arn
  @resource_arn
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def rule_name
  @rule_name
end

#sampling_rate_boostTypes::SamplingRateBoost

Returns the value of attribute sampling_rate_boost.



806
807
808
# File 'sig/types.rbs', line 806

def sampling_rate_boost
  @sampling_rate_boost
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def service_name
  @service_name
end

#service_type::String

Returns the value of attribute service_type.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def service_type
  @service_type
end

#url_path::String

Returns the value of attribute url_path.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def url_path
  @url_path
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def version
  @version
end