Class: Aws::Types::SamplingRuleUpdate

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])


829
830
831
# File 'sig/types.rbs', line 829

def attributes
  @attributes
end

#fixed_rate::Float

Returns the value of attribute fixed_rate.

Returns:

  • (::Float)


822
823
824
# File 'sig/types.rbs', line 822

def fixed_rate
  @fixed_rate
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def host
  @host
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def http_method
  @http_method
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


821
822
823
# File 'sig/types.rbs', line 821

def priority
  @priority
end

#reservoir_size::Integer

Returns the value of attribute reservoir_size.

Returns:

  • (::Integer)


823
824
825
# File 'sig/types.rbs', line 823

def reservoir_size
  @reservoir_size
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def resource_arn
  @resource_arn
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def rule_name
  @rule_name
end

#sampling_rate_boostTypes::SamplingRateBoost

Returns the value of attribute sampling_rate_boost.



830
831
832
# File 'sig/types.rbs', line 830

def sampling_rate_boost
  @sampling_rate_boost
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def service_name
  @service_name
end

#service_type::String

Returns the value of attribute service_type.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def service_type
  @service_type
end

#url_path::String

Returns the value of attribute url_path.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def url_path
  @url_path
end