Class: Aws::Types::CreateEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_url ⇒ ::String
Returns the value of attribute environment_url.
Instance Attribute Details
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def environment_id @environment_id end |
#environment_url ⇒ ::String
Returns the value of attribute environment_url.
67 68 69 |
# File 'sig/types.rbs', line 67 def environment_url @environment_url end |