Class: Aws::Types::StrategyOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_preferredBoolean

Returns the value of attribute is_preferred.

Returns:

  • (Boolean)


692
693
694
# File 'sig/types.rbs', line 692

def is_preferred
  @is_preferred
end

#strategy"Rehost", ...

Returns the value of attribute strategy.

Returns:

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


693
694
695
# File 'sig/types.rbs', line 693

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")


694
695
696
# File 'sig/types.rbs', line 694

def target_destination
  @target_destination
end

#tool_name"App2Container", ...

Returns the value of attribute tool_name.

Returns:

  • ("App2Container", "Porting Assistant For .NET", "End of Support Migration", "Windows Web Application Migration Assistant", "Application Migration Service", "Strategy Recommendation Support", "In Place Operating System Upgrade", "Schema Conversion Tool", "Database Migration Service", "Native SQL Server Backup/Restore")


695
696
697
# File 'sig/types.rbs', line 695

def tool_name
  @tool_name
end