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)


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.

Returns:

  • ("X86_64", "ARM64")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2930
2931
2932
# File 'sig/types.rbs', line 2930

def memory
  @memory
end

#network_configurationTypes::ExpressGatewayServiceNetworkConfiguration

Returns the value of attribute network_configuration.



2928
2929
2930
# File 'sig/types.rbs', line 2928

def network_configuration
  @network_configuration
end

#primary_containerTypes::ExpressGatewayContainer

Returns the value of attribute primary_container.



2926
2927
2928
# File 'sig/types.rbs', line 2926

def primary_container
  @primary_container
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2927
2928
2929
# File 'sig/types.rbs', line 2927

def task_role_arn
  @task_role_arn
end