Class: Aws::Types::ProfilingGroupDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProfilingGroupDescription
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#compute_platform ⇒ "Default", "AWSLambda"
Returns the value of attribute compute_platform.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#profiling_status ⇒ Types::ProfilingStatus
Returns the value of attribute profiling_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_orchestration_config ⇒ Types::AgentOrchestrationConfig
Returns the value of attribute agent_orchestration_config.
330 331 332 |
# File 'sig/types.rbs', line 330 def agent_orchestration_config @agent_orchestration_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
331 332 333 |
# File 'sig/types.rbs', line 331 def arn @arn end |
#compute_platform ⇒ "Default", "AWSLambda"
Returns the value of attribute compute_platform.
332 333 334 |
# File 'sig/types.rbs', line 332 def compute_platform @compute_platform end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
333 334 335 |
# File 'sig/types.rbs', line 333 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
334 335 336 |
# File 'sig/types.rbs', line 334 def name @name end |
#profiling_status ⇒ Types::ProfilingStatus
Returns the value of attribute profiling_status.
335 336 337 |
# File 'sig/types.rbs', line 335 def profiling_status @profiling_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
336 337 338 |
# File 'sig/types.rbs', line 336 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
337 338 339 |
# File 'sig/types.rbs', line 337 def updated_at @updated_at end |