Class: Aws::Types::ApplyEnvironmentManagedActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ApplyEnvironmentManagedActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def action_id @action_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def environment_name @environment_name end |