Class: Aws::Types::ComputeEnvironmentDetail
- Inherits:
-
Object
- Object
- Aws::Types::ComputeEnvironmentDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment_arn ⇒ ::String
Returns the value of attribute compute_environment_arn.
-
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
-
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
-
#container_orchestration_type ⇒ "ECS", "EKS"
Returns the value of attribute container_orchestration_type.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#ecs_cluster_arn ⇒ ::String
Returns the value of attribute ecs_cluster_arn.
-
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
-
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
-
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
-
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#compute_environment_arn ⇒ ::String
Returns the value of attribute compute_environment_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def compute_environment_arn @compute_environment_arn end |
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def compute_environment_name @compute_environment_name end |
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
103 104 105 |
# File 'sig/types.rbs', line 103 def compute_resources @compute_resources end |
#container_orchestration_type ⇒ "ECS", "EKS"
Returns the value of attribute container_orchestration_type.
107 108 109 |
# File 'sig/types.rbs', line 107 def container_orchestration_type @container_orchestration_type end |
#context ⇒ ::String
Returns the value of attribute context.
109 110 111 |
# File 'sig/types.rbs', line 109 def context @context end |
#ecs_cluster_arn ⇒ ::String
Returns the value of attribute ecs_cluster_arn.
97 98 99 |
# File 'sig/types.rbs', line 97 def ecs_cluster_arn @ecs_cluster_arn end |
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
110 111 112 |
# File 'sig/types.rbs', line 110 def ecs_settings @ecs_settings end |
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
106 107 108 |
# File 'sig/types.rbs', line 106 def eks_configuration @eks_configuration end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
104 105 106 |
# File 'sig/types.rbs', line 104 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
100 101 102 |
# File 'sig/types.rbs', line 100 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
101 102 103 |
# File 'sig/types.rbs', line 101 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
102 103 104 |
# File 'sig/types.rbs', line 102 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def @tags end |
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
99 100 101 |
# File 'sig/types.rbs', line 99 def type @type end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
96 97 98 |
# File 'sig/types.rbs', line 96 def unmanagedv_cpus @unmanagedv_cpus end |
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
105 106 107 |
# File 'sig/types.rbs', line 105 def update_policy @update_policy end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
108 109 110 |
# File 'sig/types.rbs', line 108 def uuid @uuid end |