Class: Aws::Types::DescribeEnvironmentManagedActionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnvironmentManagedActionsRequest
- 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.
-
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
417 418 419 |
# File 'sig/types.rbs', line 417 def environment_name @environment_name end |
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
419 420 421 |
# File 'sig/types.rbs', line 419 def status @status end |