Class: Aws::Types::ServiceRevision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_strategy::Array[Types::CapacityProviderStrategyItem]

Returns the value of attribute capacity_provider_strategy.



2452
2453
2454
# File 'sig/types.rbs', line 2452

def capacity_provider_strategy
  @capacity_provider_strategy
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2450
2451
2452
# File 'sig/types.rbs', line 2450

def cluster_arn
  @cluster_arn
end

#container_images::Array[Types::ContainerImage]

Returns the value of attribute container_images.

Returns:



2459
2460
2461
# File 'sig/types.rbs', line 2459

def container_images
  @container_images
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def created_at
  @created_at
end

#ecs_managed_resourcesTypes::ECSManagedResources

Returns the value of attribute ecs_managed_resources.



2467
2468
2469
# File 'sig/types.rbs', line 2467

def ecs_managed_resources
  @ecs_managed_resources
end

#fargate_ephemeral_storageTypes::DeploymentEphemeralStorage

Returns the value of attribute fargate_ephemeral_storage.



2463
2464
2465
# File 'sig/types.rbs', line 2463

def fargate_ephemeral_storage
  @fargate_ephemeral_storage
end

#guard_duty_enabledBoolean

Returns the value of attribute guard_duty_enabled.

Returns:

  • (Boolean)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def guard_duty_enabled
  @guard_duty_enabled
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

  • ("EC2", "FARGATE", "EXTERNAL", "MANAGED_INSTANCES")


2453
2454
2455
# File 'sig/types.rbs', line 2453

def launch_type
  @launch_type
end

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



2456
2457
2458
# File 'sig/types.rbs', line 2456

def load_balancers
  @load_balancers
end

#monitoringTypes::MonitoringConfiguration

Returns the value of attribute monitoring.



2469
2470
2471
# File 'sig/types.rbs', line 2469

def monitoring
  @monitoring
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2458
2459
2460
# File 'sig/types.rbs', line 2458

def network_configuration
  @network_configuration
end

#overridesTypes::ServiceRevisionOverrides

Returns the value of attribute overrides.



2468
2469
2470
# File 'sig/types.rbs', line 2468

def overrides
  @overrides
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def platform_family
  @platform_family
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def platform_version
  @platform_version
end

#resolved_configurationTypes::ResolvedConfiguration

Returns the value of attribute resolved_configuration.



2466
2467
2468
# File 'sig/types.rbs', line 2466

def resolved_configuration
  @resolved_configuration
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def service_arn
  @service_arn
end

#service_connect_configurationTypes::ServiceConnectConfiguration

Returns the value of attribute service_connect_configuration.



2461
2462
2463
# File 'sig/types.rbs', line 2461

def service_connect_configuration
  @service_connect_configuration
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



2457
2458
2459
# File 'sig/types.rbs', line 2457

def service_registries
  @service_registries
end

#service_revision_arn::String

Returns the value of attribute service_revision_arn.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def service_revision_arn
  @service_revision_arn
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::ServiceVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2462
2463
2464
# File 'sig/types.rbs', line 2462

def volume_configurations
  @volume_configurations
end

#vpc_lattice_configurations::Array[Types::VpcLatticeConfiguration]

Returns the value of attribute vpc_lattice_configurations.

Returns:



2465
2466
2467
# File 'sig/types.rbs', line 2465

def vpc_lattice_configurations
  @vpc_lattice_configurations
end