Class: Aws::Types::TaskSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_strategy::Array[Types::CapacityProviderStrategyItem]

Returns the value of attribute capacity_provider_strategy.



2753
2754
2755
# File 'sig/types.rbs', line 2753

def capacity_provider_strategy
  @capacity_provider_strategy
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2742
2743
2744
# File 'sig/types.rbs', line 2742

def cluster_arn
  @cluster_arn
end

#computed_desired_count::Integer

Returns the value of attribute computed_desired_count.

Returns:

  • (::Integer)


2747
2748
2749
# File 'sig/types.rbs', line 2747

def computed_desired_count
  @computed_desired_count
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def created_at
  @created_at
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


2744
2745
2746
# File 'sig/types.rbs', line 2744

def external_id
  @external_id
end

#fargate_ephemeral_storageTypes::DeploymentEphemeralStorage

Returns the value of attribute fargate_ephemeral_storage.



2763
2764
2765
# File 'sig/types.rbs', line 2763

def fargate_ephemeral_storage
  @fargate_ephemeral_storage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2739
2740
2741
# File 'sig/types.rbs', line 2739

def id
  @id
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

  • ("EC2", "FARGATE", "EXTERNAL", "MANAGED_INSTANCES")


2752
2753
2754
# File 'sig/types.rbs', line 2752

def launch_type
  @launch_type
end

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



2757
2758
2759
# File 'sig/types.rbs', line 2757

def load_balancers
  @load_balancers
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2756
2757
2758
# File 'sig/types.rbs', line 2756

def network_configuration
  @network_configuration
end

#pending_count::Integer

Returns the value of attribute pending_count.

Returns:

  • (::Integer)


2748
2749
2750
# File 'sig/types.rbs', line 2748

def pending_count
  @pending_count
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


2755
2756
2757
# File 'sig/types.rbs', line 2755

def platform_family
  @platform_family
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def platform_version
  @platform_version
end

#running_count::Integer

Returns the value of attribute running_count.

Returns:

  • (::Integer)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def running_count
  @running_count
end

#scaleTypes::Scale

Returns the value of attribute scale.

Returns:



2759
2760
2761
# File 'sig/types.rbs', line 2759

def scale
  @scale
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


2741
2742
2743
# File 'sig/types.rbs', line 2741

def service_arn
  @service_arn
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



2758
2759
2760
# File 'sig/types.rbs', line 2758

def service_registries
  @service_registries
end

#stability_status"STEADY_STATE", "STABILIZING"

Returns the value of attribute stability_status.

Returns:

  • ("STEADY_STATE", "STABILIZING")


2760
2761
2762
# File 'sig/types.rbs', line 2760

def stability_status
  @stability_status
end

#stability_status_at::Time

Returns the value of attribute stability_status_at.

Returns:

  • (::Time)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def stability_status_at
  @stability_status_at
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


2743
2744
2745
# File 'sig/types.rbs', line 2743

def started_by
  @started_by
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2762
2763
2764
# File 'sig/types.rbs', line 2762

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2746
2747
2748
# File 'sig/types.rbs', line 2746

def task_definition
  @task_definition
end

#task_set_arn::String

Returns the value of attribute task_set_arn.

Returns:

  • (::String)


2740
2741
2742
# File 'sig/types.rbs', line 2740

def task_set_arn
  @task_set_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def updated_at
  @updated_at
end