Class: Aws::Types::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration_arn ⇒ ::String
Returns the value of attribute auto_scaling_configuration_arn.
-
#health_check_configuration ⇒ Types::HealthCheckConfiguration
Returns the value of attribute health_check_configuration.
-
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#observability_configuration ⇒ Types::ServiceObservabilityConfiguration
Returns the value of attribute observability_configuration.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#auto_scaling_configuration_arn ⇒ ::String
Returns the value of attribute auto_scaling_configuration_arn.
703 704 705 |
# File 'sig/types.rbs', line 703 def auto_scaling_configuration_arn @auto_scaling_configuration_arn end |
#health_check_configuration ⇒ Types::HealthCheckConfiguration
Returns the value of attribute health_check_configuration.
704 705 706 |
# File 'sig/types.rbs', line 704 def health_check_configuration @health_check_configuration end |
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
702 703 704 |
# File 'sig/types.rbs', line 702 def instance_configuration @instance_configuration end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
705 706 707 |
# File 'sig/types.rbs', line 705 def network_configuration @network_configuration end |
#observability_configuration ⇒ Types::ServiceObservabilityConfiguration
Returns the value of attribute observability_configuration.
706 707 708 |
# File 'sig/types.rbs', line 706 def observability_configuration @observability_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
700 701 702 |
# File 'sig/types.rbs', line 700 def service_arn @service_arn end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
701 702 703 |
# File 'sig/types.rbs', line 701 def source_configuration @source_configuration end |