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.



2436
2437
2438
# File 'sig/types.rbs', line 2436

def capacity_provider_strategy
  @capacity_provider_strategy
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def cluster_arn
  @cluster_arn
end

#container_images::Array[Types::ContainerImage]

Returns the value of attribute container_images.

Returns:



2443
2444
2445
# File 'sig/types.rbs', line 2443

def container_images
  @container_images
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#ecs_managed_resourcesTypes::ECSManagedResources

Returns the value of attribute ecs_managed_resources.



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

def ecs_managed_resources
  @ecs_managed_resources
end

#fargate_ephemeral_storageTypes::DeploymentEphemeralStorage

Returns the value of attribute fargate_ephemeral_storage.



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

def fargate_ephemeral_storage
  @fargate_ephemeral_storage
end

#guard_duty_enabledBoolean

Returns the value of attribute guard_duty_enabled.

Returns:

  • (Boolean)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def guard_duty_enabled
  @guard_duty_enabled
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


2437
2438
2439
# File 'sig/types.rbs', line 2437

def launch_type
  @launch_type
end

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



2440
2441
2442
# File 'sig/types.rbs', line 2440

def load_balancers
  @load_balancers
end

#monitoringTypes::MonitoringConfiguration

Returns the value of attribute monitoring.



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

def monitoring
  @monitoring
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2442
2443
2444
# File 'sig/types.rbs', line 2442

def network_configuration
  @network_configuration
end

#overridesTypes::ServiceRevisionOverrides

Returns the value of attribute overrides.



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

def overrides
  @overrides
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def platform_family
  @platform_family
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def platform_version
  @platform_version
end

#resolved_configurationTypes::ResolvedConfiguration

Returns the value of attribute resolved_configuration.



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

def resolved_configuration
  @resolved_configuration
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def service_arn
  @service_arn
end

#service_connect_configurationTypes::ServiceConnectConfiguration

Returns the value of attribute service_connect_configuration.



2445
2446
2447
# File 'sig/types.rbs', line 2445

def service_connect_configuration
  @service_connect_configuration
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



2441
2442
2443
# File 'sig/types.rbs', line 2441

def service_registries
  @service_registries
end

#service_revision_arn::String

Returns the value of attribute service_revision_arn.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def service_revision_arn
  @service_revision_arn
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::ServiceVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2446
2447
2448
# File 'sig/types.rbs', line 2446

def volume_configurations
  @volume_configurations
end

#vpc_lattice_configurations::Array[Types::VpcLatticeConfiguration]

Returns the value of attribute vpc_lattice_configurations.

Returns:



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

def vpc_lattice_configurations
  @vpc_lattice_configurations
end