Class: Aws::CodeGuruProfiler::Types::UpdateProfilingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::UpdateProfilingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the updateProfilingGroupRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Specifies whether profiling is enabled or disabled for a profiling group.
-
#profiling_group_name ⇒ String
The name of the profiling group to update.
Instance Attribute Details
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Specifies whether profiling is enabled or disabled for a profiling group.
1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1958 class UpdateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :profiling_group_name) SENSITIVE = [] include Aws::Structure end |
#profiling_group_name ⇒ String
The name of the profiling group to update.
1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1958 class UpdateProfilingGroupRequest < Struct.new( :agent_orchestration_config, :profiling_group_name) SENSITIVE = [] include Aws::Structure end |