Class: Aws::Types::CreateServiceEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceEnvironmentResponse
- 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.
354 355 356 |
# File 'sig/types.rbs', line 354 def service_environment_arn @service_environment_arn end |
#service_environment_name ⇒ ::String
Returns the value of attribute service_environment_name.
353 354 355 |
# File 'sig/types.rbs', line 353 def service_environment_name @service_environment_name end |