Class: Aws::Types::CreateProfilingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfilingGroupRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#compute_platform ⇒ "Default", "AWSLambda"
Returns the value of attribute compute_platform.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Returns the value of attribute agent_orchestration_config.
100 101 102 |
# File 'sig/types.rbs', line 100 def agent_orchestration_config @agent_orchestration_config end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
101 102 103 |
# File 'sig/types.rbs', line 101 def client_token @client_token end |
#compute_platform ⇒ "Default", "AWSLambda"
Returns the value of attribute compute_platform.
102 103 104 |
# File 'sig/types.rbs', line 102 def compute_platform @compute_platform end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def profiling_group_name @profiling_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
104 105 106 |
# File 'sig/types.rbs', line 104 def end |