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
697 |
# File 'sig/client.rbs', line 697 def abortable_operation_in_progress: () -> bool |
#application_name ⇒ ::String
686 |
# File 'sig/client.rbs', line 686 def application_name: () -> ::String |
#cname ⇒ ::String
693 |
# File 'sig/client.rbs', line 693 def cname: () -> ::String |
#date_created ⇒ ::Time
694 |
# File 'sig/client.rbs', line 694 def date_created: () -> ::Time |
#date_updated ⇒ ::Time
695 |
# File 'sig/client.rbs', line 695 def date_updated: () -> ::Time |
#description ⇒ ::String
691 |
# File 'sig/client.rbs', line 691 def description: () -> ::String |
#endpoint_url ⇒ ::String
692 |
# File 'sig/client.rbs', line 692 def endpoint_url: () -> ::String |
#environment_arn ⇒ ::String
703 |
# File 'sig/client.rbs', line 703 def environment_arn: () -> ::String |
#environment_id ⇒ ::String
685 |
# File 'sig/client.rbs', line 685 def environment_id: () -> ::String |
#environment_links ⇒ ::Array[Types::EnvironmentLink]
702 |
# File 'sig/client.rbs', line 702 def environment_links: () -> ::Array[Types::EnvironmentLink] |
#environment_name ⇒ ::String
684 |
# File 'sig/client.rbs', line 684 def environment_name: () -> ::String |
#health ⇒ "Green", ...
698 |
# File 'sig/client.rbs', line 698 def health: () -> ("Green" | "Yellow" | "Red" | "Grey") |
#health_status ⇒ "NoData", ...
699 |
# File 'sig/client.rbs', line 699 def health_status: () -> ("NoData" | "Unknown" | "Pending" | "Ok" | "Info" | "Warning" | "Degraded" | "Severe" | "Suspended") |
#operations_role ⇒ ::String
704 |
# File 'sig/client.rbs', line 704 def operations_role: () -> ::String |
#platform_arn ⇒ ::String
689 |
# File 'sig/client.rbs', line 689 def platform_arn: () -> ::String |
#resources ⇒ Types::EnvironmentResourcesDescription
700 |
# File 'sig/client.rbs', line 700 def resources: () -> Types::EnvironmentResourcesDescription |
#solution_stack_name ⇒ ::String
688 |
# File 'sig/client.rbs', line 688 def solution_stack_name: () -> ::String |
#status ⇒ "Aborting", ...
696 |
# File 'sig/client.rbs', line 696 def status: () -> ("Aborting" | "Launching" | "Updating" | "LinkingFrom" | "LinkingTo" | "Ready" | "Terminating" | "Terminated") |
#template_name ⇒ ::String
690 |
# File 'sig/client.rbs', line 690 def template_name: () -> ::String |
#tier ⇒ Types::EnvironmentTier
701 |
# File 'sig/client.rbs', line 701 def tier: () -> Types::EnvironmentTier |
#version_label ⇒ ::String
687 |
# File 'sig/client.rbs', line 687 def version_label: () -> ::String |