Class: Aws::Types::ConfigureAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_instance_id ⇒ ::String
Returns the value of attribute fleet_instance_id.
-
#metadata ⇒ ::Hash[("ComputePlatform" | "AgentId" | "AwsRequestId" | "ExecutionEnvironment" | "LambdaFunctionArn" | "LambdaMemoryLimitInMB" | "LambdaRemainingTimeInMilliseconds" | "LambdaTimeGapBetweenInvokesInMilliseconds" | "LambdaPreviousExecutionTimeInMilliseconds"), ::String]
Returns the value of attribute metadata.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
Instance Attribute Details
#fleet_instance_id ⇒ ::String
Returns the value of attribute fleet_instance_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def fleet_instance_id @fleet_instance_id end |
#metadata ⇒ ::Hash[("ComputePlatform" | "AgentId" | "AwsRequestId" | "ExecutionEnvironment" | "LambdaFunctionArn" | "LambdaMemoryLimitInMB" | "LambdaRemainingTimeInMilliseconds" | "LambdaTimeGapBetweenInvokesInMilliseconds" | "LambdaPreviousExecutionTimeInMilliseconds"), ::String]
Returns the value of attribute metadata.
84 85 86 |
# File 'sig/types.rbs', line 84 def @metadata end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def profiling_group_name @profiling_group_name end |