Class: Aws::Types::Deployment

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.



859
860
861
# File 'sig/types.rbs', line 859

def capacity_provider_strategy
  @capacity_provider_strategy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


857
858
859
# File 'sig/types.rbs', line 857

def created_at
  @created_at
end

#desired_count::Integer

Returns the value of attribute desired_count.

Returns:

  • (::Integer)


853
854
855
# File 'sig/types.rbs', line 853

def desired_count
  @desired_count
end

#failed_tasks::Integer

Returns the value of attribute failed_tasks.

Returns:

  • (::Integer)


856
857
858
# File 'sig/types.rbs', line 856

def failed_tasks
  @failed_tasks
end

#fargate_ephemeral_storageTypes::DeploymentEphemeralStorage

Returns the value of attribute fargate_ephemeral_storage.



869
870
871
# File 'sig/types.rbs', line 869

def fargate_ephemeral_storage
  @fargate_ephemeral_storage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def id
  @id
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


860
861
862
# File 'sig/types.rbs', line 860

def launch_type
  @launch_type
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



863
864
865
# File 'sig/types.rbs', line 863

def network_configuration
  @network_configuration
end

#pending_count::Integer

Returns the value of attribute pending_count.

Returns:

  • (::Integer)


854
855
856
# File 'sig/types.rbs', line 854

def pending_count
  @pending_count
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def platform_family
  @platform_family
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def platform_version
  @platform_version
end

#rollout_state"COMPLETED", ...

Returns the value of attribute rollout_state.

Returns:

  • ("COMPLETED", "FAILED", "IN_PROGRESS")


864
865
866
# File 'sig/types.rbs', line 864

def rollout_state
  @rollout_state
end

#rollout_state_reason::String

Returns the value of attribute rollout_state_reason.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def rollout_state_reason
  @rollout_state_reason
end

#running_count::Integer

Returns the value of attribute running_count.

Returns:

  • (::Integer)


855
856
857
# File 'sig/types.rbs', line 855

def running_count
  @running_count
end

#service_connect_configurationTypes::ServiceConnectConfiguration

Returns the value of attribute service_connect_configuration.



866
867
868
# File 'sig/types.rbs', line 866

def service_connect_configuration
  @service_connect_configuration
end

#service_connect_resources::Array[Types::ServiceConnectServiceResource]

Returns the value of attribute service_connect_resources.



867
868
869
# File 'sig/types.rbs', line 867

def service_connect_resources
  @service_connect_resources
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def status
  @status
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def task_definition
  @task_definition
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


858
859
860
# File 'sig/types.rbs', line 858

def updated_at
  @updated_at
end

#volume_configurations::Array[Types::ServiceVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



868
869
870
# File 'sig/types.rbs', line 868

def volume_configurations
  @volume_configurations
end

#vpc_lattice_configurations::Array[Types::VpcLatticeConfiguration]

Returns the value of attribute vpc_lattice_configurations.

Returns:



870
871
872
# File 'sig/types.rbs', line 870

def vpc_lattice_configurations
  @vpc_lattice_configurations
end