Class: Aws::Types::StartMetadataModelExportToTargetMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


2890
2891
2892
# File 'sig/types.rbs', line 2890

def migration_project_identifier
  @migration_project_identifier
end

#overwrite_extension_packBoolean

Returns the value of attribute overwrite_extension_pack.

Returns:

  • (Boolean)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def overwrite_extension_pack
  @overwrite_extension_pack
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def selection_rules
  @selection_rules
end