Class: Aws::Types::DeploymentTarget
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_formation_target ⇒ Types::CloudFormationTarget
Returns the value of attribute cloud_formation_target.
-
#deployment_target_type ⇒ "InstanceTarget", ...
Returns the value of attribute deployment_target_type.
-
#ecs_target ⇒ Types::ECSTarget
Returns the value of attribute ecs_target.
-
#instance_target ⇒ Types::InstanceTarget
Returns the value of attribute instance_target.
-
#lambda_target ⇒ Types::LambdaTarget
Returns the value of attribute lambda_target.
Instance Attribute Details
#cloud_formation_target ⇒ Types::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_target ⇒ Types::ECSTarget
Returns the value of attribute ecs_target.
450 451 452 |
# File 'sig/types.rbs', line 450 def ecs_target @ecs_target end |
#instance_target ⇒ Types::InstanceTarget
Returns the value of attribute instance_target.
448 449 450 |
# File 'sig/types.rbs', line 448 def instance_target @instance_target end |
#lambda_target ⇒ Types::LambdaTarget
Returns the value of attribute lambda_target.
449 450 451 |
# File 'sig/types.rbs', line 449 def lambda_target @lambda_target end |