Class: Aws::Types::RebuildEnvironmentMessage
- Inherits:
-
Object
- Object
- Aws::Types::RebuildEnvironmentMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
846 847 848 |
# File 'sig/types.rbs', line 846 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
847 848 849 |
# File 'sig/types.rbs', line 847 def environment_name @environment_name end |