Module: Aws::ElasticBeanstalk::Client::_ApplyEnvironmentManagedActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ApplyEnvironmentManagedActionResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_description ⇒ ::String
- #action_id ⇒ ::String
- #action_type ⇒ "InstanceRefresh", ...
- #status ⇒ ::String
Instance Method Details
#action_description ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def action_description: () -> ::String
|
#action_id ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def action_id: () -> ::String
|
#action_type ⇒ "InstanceRefresh", ...
92 |
# File 'sig/client.rbs', line 92
def action_type: () -> ("InstanceRefresh" | "PlatformUpdate" | "Unknown")
|
#status ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def status: () -> ::String
|