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)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def cpu
  @cpu
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def created_at
  @created_at
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def execution_role_arn
  @execution_role_arn
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def health_check_path
  @health_check_path
end

#ingress_paths::Array[Types::IngressPathSummary]

Returns the value of attribute ingress_paths.

Returns:



1282
1283
1284
# File 'sig/types.rbs', line 1282

def ingress_paths
  @ingress_paths
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def memory
  @memory
end

#network_configurationTypes::ExpressGatewayServiceNetworkConfiguration

Returns the value of attribute network_configuration.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def network_configuration
  @network_configuration
end

#primary_containerTypes::ExpressGatewayContainer

Returns the value of attribute primary_container.



1280
1281
1282
# File 'sig/types.rbs', line 1280

def primary_container
  @primary_container
end

#scaling_targetTypes::ExpressGatewayScalingTarget

Returns the value of attribute scaling_target.



1281
1282
1283
# File 'sig/types.rbs', line 1281

def scaling_target
  @scaling_target
end

#service_revision_arn::String

Returns the value of attribute service_revision_arn.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def service_revision_arn
  @service_revision_arn
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def task_definition_arn
  @task_definition_arn
end

#task_role_arn::String

Returns the value of attribute task_role_arn.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def task_role_arn
  @task_role_arn
end