Class: Aws::Types::CreateComputeEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputeEnvironmentResponse
- 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.
277 278 279 |
# File 'sig/types.rbs', line 277 def compute_environment_arn @compute_environment_arn end |
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
276 277 278 |
# File 'sig/types.rbs', line 276 def compute_environment_name @compute_environment_name end |