Class: Aws::Types::CoverageEcsClusterDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def cluster_name
  @cluster_name
end

#container_instance_detailsTypes::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_detailsTypes::FargateDetails

Returns the value of attribute fargate_details.



379
380
381
# File 'sig/types.rbs', line 379

def fargate_details
  @fargate_details
end