Module: Aws::ElasticBeanstalk::Client::_UpdateEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EnvironmentDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abortable_operation_in_progress ⇒ Boolean
- #application_name ⇒ ::String
- #cname ⇒ ::String
- #date_created ⇒ ::Time
- #date_updated ⇒ ::Time
- #description ⇒ ::String
- #endpoint_url ⇒ ::String
- #environment_arn ⇒ ::String
- #environment_id ⇒ ::String
- #environment_links ⇒ ::Array[Types::EnvironmentLink]
- #environment_name ⇒ ::String
- #health ⇒ "Green", ...
- #health_status ⇒ "NoData", ...
- #operations_role ⇒ ::String
- #platform_arn ⇒ ::String
- #resources ⇒ Types::EnvironmentResourcesDescription
- #solution_stack_name ⇒ ::String
- #status ⇒ "Aborting", ...
- #template_name ⇒ ::String
- #tier ⇒ Types::EnvironmentTier
- #version_label ⇒ ::String
Instance Method Details
#abortable_operation_in_progress ⇒ Boolean
801 |
# File 'sig/client.rbs', line 801
def abortable_operation_in_progress: () -> bool
|
#application_name ⇒ ::String
790 |
# File 'sig/client.rbs', line 790
def application_name: () -> ::String
|
#cname ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def cname: () -> ::String
|
#date_created ⇒ ::Time
798 |
# File 'sig/client.rbs', line 798
def date_created: () -> ::Time
|
#date_updated ⇒ ::Time
799 |
# File 'sig/client.rbs', line 799
def date_updated: () -> ::Time
|
#description ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def description: () -> ::String
|
#endpoint_url ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def endpoint_url: () -> ::String
|
#environment_arn ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def environment_arn: () -> ::String
|
#environment_id ⇒ ::String
789 |
# File 'sig/client.rbs', line 789
def environment_id: () -> ::String
|
#environment_links ⇒ ::Array[Types::EnvironmentLink]
806 |
# File 'sig/client.rbs', line 806
def environment_links: () -> ::Array[Types::EnvironmentLink]
|
#environment_name ⇒ ::String
788 |
# File 'sig/client.rbs', line 788
def environment_name: () -> ::String
|
#health ⇒ "Green", ...
802 |
# File 'sig/client.rbs', line 802
def health: () -> ("Green" | "Yellow" | "Red" | "Grey")
|
#health_status ⇒ "NoData", ...
803 |
# File 'sig/client.rbs', line 803
def health_status: () -> ("NoData" | "Unknown" | "Pending" | "Ok" | "Info" | "Warning" | "Degraded" | "Severe" | "Suspended")
|
#operations_role ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def operations_role: () -> ::String
|
#platform_arn ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def platform_arn: () -> ::String
|
#resources ⇒ Types::EnvironmentResourcesDescription
804 |
# File 'sig/client.rbs', line 804
def resources: () -> Types::EnvironmentResourcesDescription
|
#solution_stack_name ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def solution_stack_name: () -> ::String
|
#status ⇒ "Aborting", ...
800 |
# File 'sig/client.rbs', line 800
def status: () -> ("Aborting" | "Launching" | "Updating" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminating" | "Terminated")
|
#template_name ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def template_name: () -> ::String
|
#tier ⇒ Types::EnvironmentTier
805 |
# File 'sig/client.rbs', line 805
def tier: () -> Types::EnvironmentTier
|
#version_label ⇒ ::String
791 |
# File 'sig/client.rbs', line 791
def version_label: () -> ::String
|