Class: Aws::Types::CreateExpressGatewayServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExpressGatewayServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#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.
-
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
-
#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_name ⇒ ::String
Returns the value of attribute service_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#cluster ⇒ ::String
Returns the value of attribute cluster.
419 420 421 |
# File 'sig/types.rbs', line 419 def cluster @cluster end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
424 425 426 |
# File 'sig/types.rbs', line 424 def cpu @cpu end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
416 417 418 |
# File 'sig/types.rbs', line 416 def execution_role_arn @execution_role_arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
420 421 422 |
# File 'sig/types.rbs', line 420 def health_check_path @health_check_path end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
417 418 419 |
# File 'sig/types.rbs', line 417 def infrastructure_role_arn @infrastructure_role_arn end |
#memory ⇒ ::String
Returns the value of attribute memory.
425 426 427 |
# File 'sig/types.rbs', line 425 def memory @memory end |
#network_configuration ⇒ Types::ExpressGatewayServiceNetworkConfiguration
Returns the value of attribute network_configuration.
423 424 425 |
# File 'sig/types.rbs', line 423 def network_configuration @network_configuration end |
#primary_container ⇒ Types::ExpressGatewayContainer
Returns the value of attribute primary_container.
421 422 423 |
# File 'sig/types.rbs', line 421 def primary_container @primary_container end |
#scaling_target ⇒ Types::ExpressGatewayScalingTarget
Returns the value of attribute scaling_target.
426 427 428 |
# File 'sig/types.rbs', line 426 def scaling_target @scaling_target end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
418 419 420 |
# File 'sig/types.rbs', line 418 def service_name @service_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
427 428 429 |
# File 'sig/types.rbs', line 427 def @tags end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def task_definition_arn @task_definition_arn end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
422 423 424 |
# File 'sig/types.rbs', line 422 def task_role_arn @task_role_arn end |