Class: Aws::Types::UpdateExpressGatewayServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExpressGatewayServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#network_configuration ⇒ Types::ExpressGatewayServiceNetworkConfiguration
Returns the value of attribute network_configuration.
-
#primary_container ⇒ Types::ExpressGatewayContainer
Returns the value of attribute primary_container.
-
#scaling_target ⇒ Types::ExpressGatewayScalingTarget
Returns the value of attribute scaling_target.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
-
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
Instance Attribute Details
#cpu ⇒ ::String
Returns the value of attribute cpu.
2912 2913 2914 |
# File 'sig/types.rbs', line 2912 def cpu @cpu end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def execution_role_arn @execution_role_arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def health_check_path @health_check_path end |
#memory ⇒ ::String
Returns the value of attribute memory.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def memory @memory end |
#network_configuration ⇒ Types::ExpressGatewayServiceNetworkConfiguration
Returns the value of attribute network_configuration.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def network_configuration @network_configuration end |
#primary_container ⇒ Types::ExpressGatewayContainer
Returns the value of attribute primary_container.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def primary_container @primary_container end |
#scaling_target ⇒ Types::ExpressGatewayScalingTarget
Returns the value of attribute scaling_target.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def scaling_target @scaling_target end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def service_arn @service_arn end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def task_definition_arn @task_definition_arn end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def task_role_arn @task_role_arn end |