Class: Aws::Types::DeploymentConfigInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_platform"Server", ...

Returns the value of attribute compute_platform.

Returns:

  • ("Server", "Lambda", "ECS")


324
325
326
# File 'sig/types.rbs', line 324

def compute_platform
  @compute_platform
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


323
324
325
# File 'sig/types.rbs', line 323

def create_time
  @create_time
end

#deployment_config_id::String

Returns the value of attribute deployment_config_id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def deployment_config_id
  @deployment_config_id
end

#deployment_config_name::String

Returns the value of attribute deployment_config_name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def deployment_config_name
  @deployment_config_name
end

#minimum_healthy_hostsTypes::MinimumHealthyHosts

Returns the value of attribute minimum_healthy_hosts.



322
323
324
# File 'sig/types.rbs', line 322

def minimum_healthy_hosts
  @minimum_healthy_hosts
end

#traffic_routing_configTypes::TrafficRoutingConfig

Returns the value of attribute traffic_routing_config.



325
326
327
# File 'sig/types.rbs', line 325

def traffic_routing_config
  @traffic_routing_config
end

#zonal_configTypes::ZonalConfig

Returns the value of attribute zonal_config.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def zonal_config
  @zonal_config
end