Class: Aws::Types::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_rebalancing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute availability_zone_rebalancing.
-
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#deployment_configuration ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#deployment_controller ⇒ Types::DeploymentController
Returns the value of attribute deployment_controller.
-
#desired_count ⇒ ::Integer
Returns the value of attribute desired_count.
-
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
-
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
-
#force_new_deployment ⇒ Boolean
Returns the value of attribute force_new_deployment.
-
#health_check_grace_period_seconds ⇒ ::Integer
Returns the value of attribute health_check_grace_period_seconds.
-
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
-
#monitoring ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
-
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#service_connect_configuration ⇒ Types::ServiceConnectConfiguration
Returns the value of attribute service_connect_configuration.
-
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
-
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
-
#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
#availability_zone_rebalancing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute availability_zone_rebalancing.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def availability_zone_rebalancing @availability_zone_rebalancing end |
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def capacity_provider_strategy @capacity_provider_strategy end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def cluster @cluster end |
#deployment_configuration ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_configuration.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def deployment_configuration @deployment_configuration end |
#deployment_controller ⇒ Types::DeploymentController
Returns the value of attribute deployment_controller.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def deployment_controller @deployment_controller end |
#desired_count ⇒ ::Integer
Returns the value of attribute desired_count.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def desired_count @desired_count end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def enable_execute_command @enable_execute_command end |
#force_new_deployment ⇒ Boolean
Returns the value of attribute force_new_deployment.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def force_new_deployment @force_new_deployment end |
#health_check_grace_period_seconds ⇒ ::Integer
Returns the value of attribute health_check_grace_period_seconds.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def health_check_grace_period_seconds @health_check_grace_period_seconds end |
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def load_balancers @load_balancers end |
#monitoring ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def monitoring @monitoring end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def network_configuration @network_configuration end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def @propagate_tags end |
#service ⇒ ::String
Returns the value of attribute service.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def service @service end |
#service_connect_configuration ⇒ Types::ServiceConnectConfiguration
Returns the value of attribute service_connect_configuration.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def service_connect_configuration @service_connect_configuration end |
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def service_registries @service_registries end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def task_definition @task_definition end |
#volume_configurations ⇒ ::Array[Types::ServiceVolumeConfiguration]
Returns the value of attribute volume_configurations.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def volume_configurations @volume_configurations end |
#vpc_lattice_configurations ⇒ ::Array[Types::VpcLatticeConfiguration]
Returns the value of attribute vpc_lattice_configurations.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def vpc_lattice_configurations @vpc_lattice_configurations end |