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.
-
#cpu_architecture ⇒ "X86_64", "ARM64"
Returns the value of attribute cpu_architecture.
-
#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.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def cpu @cpu end |
#cpu_architecture ⇒ "X86_64", "ARM64"
Returns the value of attribute cpu_architecture.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def cpu_architecture @cpu_architecture end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def created_at @created_at end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def execution_role_arn @execution_role_arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def health_check_path @health_check_path end |
#ingress_paths ⇒ ::Array[Types::IngressPathSummary]
Returns the value of attribute ingress_paths.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def ingress_paths @ingress_paths end |
#memory ⇒ ::String
Returns the value of attribute memory.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def memory @memory end |
#network_configuration ⇒ Types::ExpressGatewayServiceNetworkConfiguration
Returns the value of attribute network_configuration.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def network_configuration @network_configuration end |
#primary_container ⇒ Types::ExpressGatewayContainer
Returns the value of attribute primary_container.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def primary_container @primary_container end |
#scaling_target ⇒ Types::ExpressGatewayScalingTarget
Returns the value of attribute scaling_target.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def scaling_target @scaling_target end |
#service_revision_arn ⇒ ::String
Returns the value of attribute service_revision_arn.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def service_revision_arn @service_revision_arn end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def task_definition_arn @task_definition_arn end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def task_role_arn @task_role_arn end |