Class: Aws::Types::StartMetadataModelExportAsScriptMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def file_name
  @file_name
end

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def migration_project_identifier
  @migration_project_identifier
end

#origin"SOURCE", "TARGET"

Returns the value of attribute origin.

Returns:

  • ("SOURCE", "TARGET")


2879
2880
2881
# File 'sig/types.rbs', line 2879

def origin
  @origin
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def selection_rules
  @selection_rules
end