Module: Aws::ElasticBeanstalk::Client::_TerminateEnvironmentResponseSuccess
- 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
683 |
# File 'sig/client.rbs', line 683
def abortable_operation_in_progress: () -> bool
|
#application_name ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def application_name: () -> ::String
|
#cname ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def cname: () -> ::String
|
#date_created ⇒ ::Time
680 |
# File 'sig/client.rbs', line 680
def date_created: () -> ::Time
|
#date_updated ⇒ ::Time
681 |
# File 'sig/client.rbs', line 681
def date_updated: () -> ::Time
|
#description ⇒ ::String
677 |
# File 'sig/client.rbs', line 677
def description: () -> ::String
|
#endpoint_url ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def endpoint_url: () -> ::String
|
#environment_arn ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def environment_arn: () -> ::String
|
#environment_id ⇒ ::String
671 |
# File 'sig/client.rbs', line 671
def environment_id: () -> ::String
|
#environment_links ⇒ ::Array[Types::EnvironmentLink]
688 |
# File 'sig/client.rbs', line 688
def environment_links: () -> ::Array[Types::EnvironmentLink]
|
#environment_name ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def environment_name: () -> ::String
|
#health ⇒ "Green", ...
684 |
# File 'sig/client.rbs', line 684
def health: () -> ("Green" | "Yellow" | "Red" | "Grey")
|
#health_status ⇒ "NoData", ...
685 |
# File 'sig/client.rbs', line 685
def health_status: () -> ("NoData" | "Unknown" | "Pending" | "Ok" | "Info" | "Warning" | "Degraded" | "Severe" | "Suspended")
|
#operations_role ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def operations_role: () -> ::String
|
#platform_arn ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def platform_arn: () -> ::String
|
#resources ⇒ Types::EnvironmentResourcesDescription
686 |
# File 'sig/client.rbs', line 686
def resources: () -> Types::EnvironmentResourcesDescription
|
#solution_stack_name ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def solution_stack_name: () -> ::String
|
#status ⇒ "Aborting", ...
682 |
# File 'sig/client.rbs', line 682
def status: () -> ("Aborting" | "Launching" | "Updating" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminating" | "Terminated")
|
#template_name ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def template_name: () -> ::String
|
#tier ⇒ Types::EnvironmentTier
687 |
# File 'sig/client.rbs', line 687
def tier: () -> Types::EnvironmentTier
|
#version_label ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def version_label: () -> ::String
|