Class: Aws::Types::StartMetadataModelImportMessage

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)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def migration_project_identifier
  @migration_project_identifier
end

#origin"SOURCE", "TARGET"

Returns the value of attribute origin.

Returns:

  • ("SOURCE", "TARGET")


2904
2905
2906
# File 'sig/types.rbs', line 2904

def origin
  @origin
end

#refreshBoolean

Returns the value of attribute refresh.

Returns:

  • (Boolean)


2905
2906
2907
# File 'sig/types.rbs', line 2905

def refresh
  @refresh
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def selection_rules
  @selection_rules
end