Class: Aws::CodeGuruProfiler::Types::ConfigureAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::ConfigureAgentResponse
- Defined in:
- gems/aws-sdk-codeguruprofiler/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
object that specifies if an agent
profiles or not and for how long to return profiling data.
448 449 450 451 452 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 448 class ConfigureAgentResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |