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
787 |
# File 'sig/client.rbs', line 787
def abortable_operation_in_progress: () -> bool
|
#application_name ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def application_name: () -> ::String
|
#cname ⇒ ::String
783 |
# File 'sig/client.rbs', line 783
def cname: () -> ::String
|
#date_created ⇒ ::Time
784 |
# File 'sig/client.rbs', line 784
def date_created: () -> ::Time
|
#date_updated ⇒ ::Time
785 |
# File 'sig/client.rbs', line 785
def date_updated: () -> ::Time
|
#description ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def description: () -> ::String
|
#endpoint_url ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def endpoint_url: () -> ::String
|
#environment_arn ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def environment_arn: () -> ::String
|
#environment_id ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def environment_id: () -> ::String
|
#environment_links ⇒ ::Array[Types::EnvironmentLink]
792 |
# File 'sig/client.rbs', line 792
def environment_links: () -> ::Array[Types::EnvironmentLink]
|
#environment_name ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def environment_name: () -> ::String
|
#health ⇒ "Green", ...
788 |
# File 'sig/client.rbs', line 788
def health: () -> ("Green" | "Yellow" | "Red" | "Grey")
|
#health_status ⇒ "NoData", ...
789 |
# File 'sig/client.rbs', line 789
def health_status: () -> ("NoData" | "Unknown" | "Pending" | "Ok" | "Info" | "Warning" | "Degraded" | "Severe" | "Suspended")
|
#operations_role ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def operations_role: () -> ::String
|
#platform_arn ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def platform_arn: () -> ::String
|
#resources ⇒ Types::EnvironmentResourcesDescription
790 |
# File 'sig/client.rbs', line 790
def resources: () -> Types::EnvironmentResourcesDescription
|
#solution_stack_name ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def solution_stack_name: () -> ::String
|
#status ⇒ "Aborting", ...
786 |
# File 'sig/client.rbs', line 786
def status: () -> ("Aborting" | "Launching" | "Updating" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminating" | "Terminated")
|
#template_name ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def template_name: () -> ::String
|
#tier ⇒ Types::EnvironmentTier
791 |
# File 'sig/client.rbs', line 791
def tier: () -> Types::EnvironmentTier
|
#version_label ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def version_label: () -> ::String
|