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.
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.
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.
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.
856 857 858 |
# File 'sig/types.rbs', line 856 def failed_tasks @failed_tasks end |
#fargate_ephemeral_storage ⇒ Types::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.
850 851 852 |
# File 'sig/types.rbs', line 850 def id @id end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
860 861 862 |
# File 'sig/types.rbs', line 860 def launch_type @launch_type end |
#network_configuration ⇒ Types::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.
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.
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.
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.
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.
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.
855 856 857 |
# File 'sig/types.rbs', line 855 def running_count @running_count end |
#service_connect_configuration ⇒ Types::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.
851 852 853 |
# File 'sig/types.rbs', line 851 def status @status end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
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.
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.
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.
870 871 872 |
# File 'sig/types.rbs', line 870 def vpc_lattice_configurations @vpc_lattice_configurations end |