Class: Aws::Types::CoverageEcsClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::CoverageEcsClusterDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#container_instance_details ⇒ Types::ContainerInstanceDetails
Returns the value of attribute container_instance_details.
-
#fargate_details ⇒ Types::FargateDetails
Returns the value of attribute fargate_details.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def cluster_name @cluster_name end |
#container_instance_details ⇒ Types::ContainerInstanceDetails
Returns the value of attribute container_instance_details.
380 381 382 |
# File 'sig/types.rbs', line 380 def container_instance_details @container_instance_details end |
#fargate_details ⇒ Types::FargateDetails
Returns the value of attribute fargate_details.
379 380 381 |
# File 'sig/types.rbs', line 379 def fargate_details @fargate_details end |