Class: Aws::Types::ExpressGatewayServiceConfiguration

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)


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.

Returns:

  • ("X86_64", "ARM64")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1298
1299
1300
# File 'sig/types.rbs', line 1298

def ingress_paths
  @ingress_paths
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def memory
  @memory
end

#network_configurationTypes::ExpressGatewayServiceNetworkConfiguration

Returns the value of attribute network_configuration.



1294
1295
1296
# File 'sig/types.rbs', line 1294

def network_configuration
  @network_configuration
end

#primary_containerTypes::ExpressGatewayContainer

Returns the value of attribute primary_container.



1296
1297
1298
# File 'sig/types.rbs', line 1296

def primary_container
  @primary_container
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def task_role_arn
  @task_role_arn
end