Class: Aws::Types::UpdateServiceEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_environment_arn ⇒ ::String
Returns the value of attribute service_environment_arn.
-
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
Instance Attribute Details
#service_environment_arn ⇒ ::String
Returns the value of attribute service_environment_arn.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def service_environment_arn @service_environment_arn end |
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def service_environment_name @service_environment_name end |