Class: Aws::Types::AgentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_parameters::Hash[("SamplingIntervalInMilliseconds" | "ReportingIntervalInMilliseconds" | "MinimumTimeForReportingInMilliseconds" | "MemoryUsageLimitPercent" | "MaxStackDepth"), ::String]

Returns the value of attribute agent_parameters.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def agent_parameters
  @agent_parameters
end

#period_in_seconds::Integer

Returns the value of attribute period_in_seconds.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def period_in_seconds
  @period_in_seconds
end

#should_profileBoolean

Returns the value of attribute should_profile.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def should_profile
  @should_profile
end