Class: Aws::Types::UpdateProfilingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfilingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Returns the value of attribute agent_orchestration_config.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
Instance Attribute Details
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Returns the value of attribute agent_orchestration_config.
446 447 448 |
# File 'sig/types.rbs', line 446 def agent_orchestration_config @agent_orchestration_config end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def profiling_group_name @profiling_group_name end |