Class: Aws::Types::UpdateExpressGatewayServiceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2913
2914
2915
# File 'sig/types.rbs', line 2913

def memory
  @memory
end

#network_configurationTypes::ExpressGatewayServiceNetworkConfiguration

Returns the value of attribute network_configuration.



2911
2912
2913
# File 'sig/types.rbs', line 2911

def network_configuration
  @network_configuration
end

#primary_containerTypes::ExpressGatewayContainer

Returns the value of attribute primary_container.



2909
2910
2911
# File 'sig/types.rbs', line 2909

def primary_container
  @primary_container
end

#scaling_targetTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2910
2911
2912
# File 'sig/types.rbs', line 2910

def task_role_arn
  @task_role_arn
end