Class: Aws::Types::GetSamplingTargetsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetSamplingTargetsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_rule_modification ⇒ ::Time
Returns the value of attribute last_rule_modification.
-
#sampling_target_documents ⇒ ::Array[Types::SamplingTargetDocument]
Returns the value of attribute sampling_target_documents.
-
#unprocessed_boost_statistics ⇒ ::Array[Types::UnprocessedStatistics]
Returns the value of attribute unprocessed_boost_statistics.
-
#unprocessed_statistics ⇒ ::Array[Types::UnprocessedStatistics]
Returns the value of attribute unprocessed_statistics.
Instance Attribute Details
#last_rule_modification ⇒ ::Time
Returns the value of attribute last_rule_modification.
355 356 357 |
# File 'sig/types.rbs', line 355 def last_rule_modification @last_rule_modification end |
#sampling_target_documents ⇒ ::Array[Types::SamplingTargetDocument]
Returns the value of attribute sampling_target_documents.
354 355 356 |
# File 'sig/types.rbs', line 354 def sampling_target_documents @sampling_target_documents end |
#unprocessed_boost_statistics ⇒ ::Array[Types::UnprocessedStatistics]
Returns the value of attribute unprocessed_boost_statistics.
357 358 359 |
# File 'sig/types.rbs', line 357 def unprocessed_boost_statistics @unprocessed_boost_statistics end |
#unprocessed_statistics ⇒ ::Array[Types::UnprocessedStatistics]
Returns the value of attribute unprocessed_statistics.
356 357 358 |
# File 'sig/types.rbs', line 356 def unprocessed_statistics @unprocessed_statistics end |