Class: Aws::CodeGuruProfiler::Types::ConfigureAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::ConfigureAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the configureAgentResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::AgentConfiguration
An [ ‘AgentConfiguration` ][1] object that specifies if an agent profiles or not and for how long to return profiling data.
Instance Attribute Details
#configuration ⇒ Types::AgentConfiguration
An [ ‘AgentConfiguration` ][1] object that specifies if an agent profiles or not and for how long to return profiling data.
[1]: docs.aws.amazon.com/codeguru/latest/profiler-api/API_AgentConfiguration.html
448 449 450 451 452 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 448 class ConfigureAgentResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |