Class: Aws::Types::GetSamplingTargetsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_rule_modification::Time

Returns the value of attribute last_rule_modification.

Returns:

  • (::Time)


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.

Returns:



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.

Returns:



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.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def unprocessed_statistics
  @unprocessed_statistics
end