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.
-
#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.
89 90 91 |
# File 'sig/types.rbs', line 89 def compute_environment_arn @compute_environment_arn end |
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def compute_environment_name @compute_environment_name end |
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
97 98 99 |
# File 'sig/types.rbs', line 97 def compute_resources @compute_resources end |
#container_orchestration_type ⇒ "ECS", "EKS"
Returns the value of attribute container_orchestration_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def container_orchestration_type @container_orchestration_type end |
#context ⇒ ::String
Returns the value of attribute context.
103 104 105 |
# File 'sig/types.rbs', line 103 def context @context end |
#ecs_cluster_arn ⇒ ::String
Returns the value of attribute ecs_cluster_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def ecs_cluster_arn @ecs_cluster_arn end |
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
100 101 102 |
# File 'sig/types.rbs', line 100 def eks_configuration @eks_configuration end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
98 99 100 |
# File 'sig/types.rbs', line 98 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
94 95 96 |
# File 'sig/types.rbs', line 94 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
95 96 97 |
# File 'sig/types.rbs', line 95 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
96 97 98 |
# File 'sig/types.rbs', line 96 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
92 93 94 |
# File 'sig/types.rbs', line 92 def @tags end |
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
93 94 95 |
# File 'sig/types.rbs', line 93 def type @type end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
90 91 92 |
# File 'sig/types.rbs', line 90 def unmanagedv_cpus @unmanagedv_cpus end |
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
99 100 101 |
# File 'sig/types.rbs', line 99 def update_policy @update_policy end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
102 103 104 |
# File 'sig/types.rbs', line 102 def uuid @uuid end |