Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#desired_count ⇒ ::Integer
Returns the value of attribute desired_count.
-
#failed_tasks ⇒ ::Integer
Returns the value of attribute failed_tasks.
-
#fargate_ephemeral_storage ⇒ Types::DeploymentEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#pending_count ⇒ ::Integer
Returns the value of attribute pending_count.
-
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#rollout_state ⇒ "COMPLETED", ...
Returns the value of attribute rollout_state.
-
#rollout_state_reason ⇒ ::String
Returns the value of attribute rollout_state_reason.
-
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
-
#service_connect_configuration ⇒ Types::ServiceConnectConfiguration
Returns the value of attribute service_connect_configuration.
-
#service_connect_resources ⇒ ::Array[Types::ServiceConnectServiceResource]
Returns the value of attribute service_connect_resources.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#volume_configurations ⇒ ::Array[Types::ServiceVolumeConfiguration]
Returns the value of attribute volume_configurations.
-
#vpc_lattice_configurations ⇒ ::Array[Types::VpcLatticeConfiguration]
Returns the value of attribute vpc_lattice_configurations.
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.
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.
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.
849 850 851 |
# File 'sig/types.rbs', line 849 def failed_tasks @failed_tasks end |
#fargate_ephemeral_storage ⇒ Types::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.
843 844 845 |
# File 'sig/types.rbs', line 843 def id @id end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
853 854 855 |
# File 'sig/types.rbs', line 853 def launch_type @launch_type end |
#network_configuration ⇒ Types::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.
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.
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.
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.
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.
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.
848 849 850 |
# File 'sig/types.rbs', line 848 def running_count @running_count end |
#service_connect_configuration ⇒ Types::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.
844 845 846 |
# File 'sig/types.rbs', line 844 def status @status end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
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.
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.
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.
863 864 865 |
# File 'sig/types.rbs', line 863 def vpc_lattice_configurations @vpc_lattice_configurations end |