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)


754
755
756
# File 'sig/types.rbs', line 754

def population_size
  @population_size
end

#sampled_requests::Array[Types::SampledHTTPRequest]

Returns the value of attribute sampled_requests.

Returns:



753
754
755
# File 'sig/types.rbs', line 753

def sampled_requests
  @sampled_requests
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



755
756
757
# File 'sig/types.rbs', line 755

def time_window
  @time_window
end