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)


556
557
558
# File 'sig/types.rbs', line 556

def population_size
  @population_size
end

#sampled_requests::Array[Types::SampledHTTPRequest]

Returns the value of attribute sampled_requests.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def sampled_requests
  @sampled_requests
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def time_window
  @time_window
end