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.
114 115 116 |
# File 'sig/types.rbs', line 114 def compute_environment_arn @compute_environment_arn end |
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
113 114 115 |
# File 'sig/types.rbs', line 113 def compute_environment_name @compute_environment_name end |
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
122 123 124 |
# File 'sig/types.rbs', line 122 def compute_resources @compute_resources end |
#container_orchestration_type ⇒ "ECS", "EKS"
Returns the value of attribute container_orchestration_type.
126 127 128 |
# File 'sig/types.rbs', line 126 def container_orchestration_type @container_orchestration_type end |
#context ⇒ ::String
Returns the value of attribute context.
128 129 130 |
# File 'sig/types.rbs', line 128 def context @context end |
#ecs_cluster_arn ⇒ ::String
Returns the value of attribute ecs_cluster_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def ecs_cluster_arn @ecs_cluster_arn end |
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
129 130 131 |
# File 'sig/types.rbs', line 129 def ecs_settings @ecs_settings end |
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
125 126 127 |
# File 'sig/types.rbs', line 125 def eks_configuration @eks_configuration end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
123 124 125 |
# File 'sig/types.rbs', line 123 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
119 120 121 |
# File 'sig/types.rbs', line 119 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
120 121 122 |
# File 'sig/types.rbs', line 120 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
121 122 123 |
# File 'sig/types.rbs', line 121 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
117 118 119 |
# File 'sig/types.rbs', line 117 def end |
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
118 119 120 |
# File 'sig/types.rbs', line 118 def type @type end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
115 116 117 |
# File 'sig/types.rbs', line 115 def unmanagedv_cpus @unmanagedv_cpus end |
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
124 125 126 |
# File 'sig/types.rbs', line 124 def update_policy @update_policy end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
127 128 129 |
# File 'sig/types.rbs', line 127 def uuid @uuid end |