Class: Aws::Types::StartNetworkMigrationCodeGenerationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_generation_output_format_types ⇒ ::Array[("CDK_L1" | "CDK_L2" | "TERRAFORM" | "LZA")]

Returns the value of attribute code_generation_output_format_types.

Returns:

  • (::Array[("CDK_L1" | "CDK_L2" | "TERRAFORM" | "LZA")])


1833
1834
1835
# File 'sig/types.rbs', line 1833

def code_generation_output_format_types
  @code_generation_output_format_types
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def network_migration_definition_id
  @network_migration_definition_id
end

#network_migration_execution_id ⇒ ::String

Returns the value of attribute network_migration_execution_id.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def network_migration_execution_id
  @network_migration_execution_id
end