Class: Aws::Types::NoManagementPreference
- Inherits:
-
Object
- Object
- Aws::Types::NoManagementPreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_destination ⇒ ::Array[("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)")]
Returns the value of attribute target_destination.
Instance Attribute Details
#target_destination ⇒ ::Array[("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)")]
Returns the value of attribute target_destination.
497 498 499 |
# File 'sig/types.rbs', line 497 def target_destination @target_destination end |