Class: Aws::CodeGuruProfiler::Types::UpdateProfilingGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the updateProfilingGroupRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_orchestration_configTypes::AgentOrchestrationConfig

Specifies whether profiling is enabled or disabled for a profiling group.



1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-codeguruprofiler/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_nameString

The name of the profiling group to update.

Returns:

  • (String)


1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1958

class UpdateProfilingGroupRequest < Struct.new(
  :agent_orchestration_config,
  :profiling_group_name)
  SENSITIVE = []
  include Aws::Structure
end