Class: Aws::Types::SamplingRuleRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


812
813
814
# File 'sig/types.rbs', line 812

def created_at
  @created_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


813
814
815
# File 'sig/types.rbs', line 813

def modified_at
  @modified_at
end

#sampling_ruleTypes::SamplingRule

Returns the value of attribute sampling_rule.

Returns:



811
812
813
# File 'sig/types.rbs', line 811

def sampling_rule
  @sampling_rule
end