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.
2957 2958 2959 |
# File 'sig/types.rbs', line 2957 def availability_zone_rebalancing @availability_zone_rebalancing end |
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
2955 2956 2957 |
# File 'sig/types.rbs', line 2955 def capacity_provider_strategy @capacity_provider_strategy end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def cluster @cluster end |
#deployment_configuration ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_configuration.
2956 2957 2958 |
# File 'sig/types.rbs', line 2956 def deployment_configuration @deployment_configuration end |
#deployment_controller ⇒ Types::DeploymentController
Returns the value of attribute deployment_controller.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def deployment_controller @deployment_controller end |
#desired_count ⇒ ::Integer
Returns the value of attribute desired_count.
2953 2954 2955 |
# File 'sig/types.rbs', line 2953 def desired_count @desired_count end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def enable_execute_command @enable_execute_command end |
#force_new_deployment ⇒ Boolean
Returns the value of attribute force_new_deployment.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def force_new_deployment @force_new_deployment end |
#health_check_grace_period_seconds ⇒ ::Integer
Returns the value of attribute health_check_grace_period_seconds.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def health_check_grace_period_seconds @health_check_grace_period_seconds end |
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def load_balancers @load_balancers end |
#monitoring ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def monitoring @monitoring end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def network_configuration @network_configuration end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def @propagate_tags end |
#service ⇒ ::String
Returns the value of attribute service.
2952 2953 2954 |
# File 'sig/types.rbs', line 2952 def service @service end |
#service_connect_configuration ⇒ Types::ServiceConnectConfiguration
Returns the value of attribute service_connect_configuration.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def service_connect_configuration @service_connect_configuration end |
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def service_registries @service_registries end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2954 2955 2956 |
# File 'sig/types.rbs', line 2954 def task_definition @task_definition end |
#volume_configurations ⇒ ::Array[Types::ServiceVolumeConfiguration]
Returns the value of attribute volume_configurations.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def volume_configurations @volume_configurations end |
#vpc_lattice_configurations ⇒ ::Array[Types::VpcLatticeConfiguration]
Returns the value of attribute vpc_lattice_configurations.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def vpc_lattice_configurations @vpc_lattice_configurations end |