Class: Aws::Types::AgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AgentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_parameters ⇒ ::Hash[("SamplingIntervalInMilliseconds" | "ReportingIntervalInMilliseconds" | "MinimumTimeForReportingInMilliseconds" | "MemoryUsageLimitPercent" | "MaxStackDepth"), ::String]
Returns the value of attribute agent_parameters.
-
#period_in_seconds ⇒ ::Integer
Returns the value of attribute period_in_seconds.
-
#should_profile ⇒ Boolean
Returns the value of attribute should_profile.
Instance Attribute Details
#agent_parameters ⇒ ::Hash[("SamplingIntervalInMilliseconds" | "ReportingIntervalInMilliseconds" | "MinimumTimeForReportingInMilliseconds" | "MemoryUsageLimitPercent" | "MaxStackDepth"), ::String]
Returns the value of attribute agent_parameters.
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.
24 25 26 |
# File 'sig/types.rbs', line 24 def period_in_seconds @period_in_seconds end |
#should_profile ⇒ Boolean
Returns the value of attribute should_profile.
25 26 27 |
# File 'sig/types.rbs', line 25 def should_profile @should_profile end |