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.



2769
2770
2771
# File 'sig/types.rbs', line 2769

def capacity_provider_strategy
  @capacity_provider_strategy
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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

def cluster_arn
  @cluster_arn
end

#computed_desired_count::Integer

Returns the value of attribute computed_desired_count.

Returns:

  • (::Integer)


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

def computed_desired_count
  @computed_desired_count
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2766
2767
2768
# File 'sig/types.rbs', line 2766

def created_at
  @created_at
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


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

def external_id
  @external_id
end

#fargate_ephemeral_storageTypes::DeploymentEphemeralStorage

Returns the value of attribute fargate_ephemeral_storage.



2779
2780
2781
# File 'sig/types.rbs', line 2779

def fargate_ephemeral_storage
  @fargate_ephemeral_storage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


2768
2769
2770
# File 'sig/types.rbs', line 2768

def launch_type
  @launch_type
end

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



2773
2774
2775
# File 'sig/types.rbs', line 2773

def load_balancers
  @load_balancers
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2772
2773
2774
# File 'sig/types.rbs', line 2772

def network_configuration
  @network_configuration
end

#pending_count::Integer

Returns the value of attribute pending_count.

Returns:

  • (::Integer)


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

def pending_count
  @pending_count
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


2771
2772
2773
# File 'sig/types.rbs', line 2771

def platform_family
  @platform_family
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2770
2771
2772
# File 'sig/types.rbs', line 2770

def platform_version
  @platform_version
end

#running_count::Integer

Returns the value of attribute running_count.

Returns:

  • (::Integer)


2765
2766
2767
# File 'sig/types.rbs', line 2765

def running_count
  @running_count
end

#scaleTypes::Scale

Returns the value of attribute scale.

Returns:



2775
2776
2777
# File 'sig/types.rbs', line 2775

def scale
  @scale
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


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

def service_arn
  @service_arn
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



2774
2775
2776
# File 'sig/types.rbs', line 2774

def service_registries
  @service_registries
end

#stability_status"STEADY_STATE", "STABILIZING"

Returns the value of attribute stability_status.

Returns:

  • ("STEADY_STATE", "STABILIZING")


2776
2777
2778
# File 'sig/types.rbs', line 2776

def stability_status
  @stability_status
end

#stability_status_at::Time

Returns the value of attribute stability_status_at.

Returns:

  • (::Time)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def stability_status_at
  @stability_status_at
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


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

def started_by
  @started_by
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2778
2779
2780
# File 'sig/types.rbs', line 2778

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


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

def task_definition
  @task_definition
end

#task_set_arn::String

Returns the value of attribute task_set_arn.

Returns:

  • (::String)


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

def task_set_arn
  @task_set_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def updated_at
  @updated_at
end