Class: Aws::Types::UpdateComputeEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComputeEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment_arn ⇒ ::String
Returns the value of attribute compute_environment_arn.
-
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
Instance Attribute Details
#compute_environment_arn ⇒ ::String
Returns the value of attribute compute_environment_arn.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def compute_environment_arn @compute_environment_arn end |
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def compute_environment_name @compute_environment_name end |