Class: Aws::Types::DeploymentTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_formation_targetTypes::CloudFormationTarget

Returns the value of attribute cloud_formation_target.



451
452
453
# File 'sig/types.rbs', line 451

def cloud_formation_target
  @cloud_formation_target
end

#deployment_target_type"InstanceTarget", ...

Returns the value of attribute deployment_target_type.



447
448
449
# File 'sig/types.rbs', line 447

def deployment_target_type
  @deployment_target_type
end

#ecs_targetTypes::ECSTarget

Returns the value of attribute ecs_target.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def ecs_target
  @ecs_target
end

#instance_targetTypes::InstanceTarget

Returns the value of attribute instance_target.



448
449
450
# File 'sig/types.rbs', line 448

def instance_target
  @instance_target
end

#lambda_targetTypes::LambdaTarget

Returns the value of attribute lambda_target.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def lambda_target
  @lambda_target
end