Class: Aws::Types::ExpressGatewayServiceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExpressGatewayServiceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
-
#ingress_paths ⇒ ::Array[Types::IngressPathSummary]
Returns the value of attribute ingress_paths.
-
#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_revision_arn ⇒ ::String
Returns the value of attribute service_revision_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.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def cpu @cpu end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def created_at @created_at end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def execution_role_arn @execution_role_arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def health_check_path @health_check_path end |
#ingress_paths ⇒ ::Array[Types::IngressPathSummary]
Returns the value of attribute ingress_paths.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def ingress_paths @ingress_paths end |
#memory ⇒ ::String
Returns the value of attribute memory.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def memory @memory end |
#network_configuration ⇒ Types::ExpressGatewayServiceNetworkConfiguration
Returns the value of attribute network_configuration.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def network_configuration @network_configuration end |
#primary_container ⇒ Types::ExpressGatewayContainer
Returns the value of attribute primary_container.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def primary_container @primary_container end |
#scaling_target ⇒ Types::ExpressGatewayScalingTarget
Returns the value of attribute scaling_target.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def scaling_target @scaling_target end |
#service_revision_arn ⇒ ::String
Returns the value of attribute service_revision_arn.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def service_revision_arn @service_revision_arn end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def task_definition_arn @task_definition_arn end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def task_role_arn @task_role_arn end |