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.
-
#cpu_architecture ⇒ "X86_64", "ARM64"
Returns the value of attribute cpu_architecture.
-
#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.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def cpu @cpu end |
#cpu_architecture ⇒ "X86_64", "ARM64"
Returns the value of attribute cpu_architecture.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def cpu_architecture @cpu_architecture end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def execution_role_arn @execution_role_arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def health_check_path @health_check_path end |
#memory ⇒ ::String
Returns the value of attribute memory.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def memory @memory end |
#network_configuration ⇒ Types::ExpressGatewayServiceNetworkConfiguration
Returns the value of attribute network_configuration.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def network_configuration @network_configuration end |
#primary_container ⇒ Types::ExpressGatewayContainer
Returns the value of attribute primary_container.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def primary_container @primary_container end |
#scaling_target ⇒ Types::ExpressGatewayScalingTarget
Returns the value of attribute scaling_target.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def scaling_target @scaling_target end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def service_arn @service_arn end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
2933 2934 2935 |
# File 'sig/types.rbs', line 2933 def task_definition_arn @task_definition_arn end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def task_role_arn @task_role_arn end |