Class: Aws::Types::GetSampledRequestsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#population_size::Integer

Returns the value of attribute population_size.

Returns:

  • (::Integer)


539
540
541
# File 'sig/types.rbs', line 539

def population_size
  @population_size
end

#sampled_requests::Array[Types::SampledHTTPRequest]

Returns the value of attribute sampled_requests.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def sampled_requests
  @sampled_requests
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def time_window
  @time_window
end