Class: Aws::Types::RecommendationSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#strategy"Rehost", ...

Returns the value of attribute strategy.

Returns:

  • ("Rehost", "Retirement", "Refactor", "Replatform", "Retain", "Relocate", "Repurchase")


540
541
542
# File 'sig/types.rbs', line 540

def strategy
  @strategy
end

#target_destination"None specified", ...

Returns the value of attribute target_destination.

Returns:

  • ("None specified", "AWS Elastic BeanStalk", "AWS Fargate", "Amazon Elastic Cloud Compute (EC2)", "Amazon Elastic Container Service (ECS)", "Amazon Elastic Kubernetes Service (EKS)", "Aurora MySQL", "Aurora PostgreSQL", "Amazon Relational Database Service on MySQL", "Amazon Relational Database Service on PostgreSQL", "Amazon DocumentDB", "Amazon DynamoDB", "Amazon Relational Database Service", "Babelfish for Aurora PostgreSQL")


541
542
543
# File 'sig/types.rbs', line 541

def target_destination
  @target_destination
end

#transformation_toolTypes::TransformationTool

Returns the value of attribute transformation_tool.



542
543
544
# File 'sig/types.rbs', line 542

def transformation_tool
  @transformation_tool
end