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.



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

def capacity_provider_strategy
  @capacity_provider_strategy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#desired_count::Integer

Returns the value of attribute desired_count.

Returns:

  • (::Integer)


846
847
848
# File 'sig/types.rbs', line 846

def desired_count
  @desired_count
end

#failed_tasks::Integer

Returns the value of attribute failed_tasks.

Returns:

  • (::Integer)


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

def failed_tasks
  @failed_tasks
end

#fargate_ephemeral_storageTypes::DeploymentEphemeralStorage

Returns the value of attribute fargate_ephemeral_storage.



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

def fargate_ephemeral_storage
  @fargate_ephemeral_storage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def id
  @id
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


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

def launch_type
  @launch_type
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



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

def network_configuration
  @network_configuration
end

#pending_count::Integer

Returns the value of attribute pending_count.

Returns:

  • (::Integer)


847
848
849
# File 'sig/types.rbs', line 847

def pending_count
  @pending_count
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


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

def platform_family
  @platform_family
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


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

def platform_version
  @platform_version
end

#rollout_state"COMPLETED", ...

Returns the value of attribute rollout_state.

Returns:

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


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

def rollout_state
  @rollout_state
end

#rollout_state_reason::String

Returns the value of attribute rollout_state_reason.

Returns:

  • (::String)


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

def rollout_state_reason
  @rollout_state_reason
end

#running_count::Integer

Returns the value of attribute running_count.

Returns:

  • (::Integer)


848
849
850
# File 'sig/types.rbs', line 848

def running_count
  @running_count
end

#service_connect_configurationTypes::ServiceConnectConfiguration

Returns the value of attribute service_connect_configuration.



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

def service_connect_configuration
  @service_connect_configuration
end

#service_connect_resources::Array[Types::ServiceConnectServiceResource]

Returns the value of attribute service_connect_resources.



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

def service_connect_resources
  @service_connect_resources
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def status
  @status
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def task_definition
  @task_definition
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end

#volume_configurations::Array[Types::ServiceVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



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

def volume_configurations
  @volume_configurations
end

#vpc_lattice_configurations::Array[Types::VpcLatticeConfiguration]

Returns the value of attribute vpc_lattice_configurations.

Returns:



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

def vpc_lattice_configurations
  @vpc_lattice_configurations
end