Class: Aws::Types::StartMetadataModelCreationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_model_name::String

Returns the value of attribute metadata_model_name.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def 
  @metadata_model_name
end

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


2864
2865
2866
# File 'sig/types.rbs', line 2864

def migration_project_identifier
  @migration_project_identifier
end

#propertiesTypes::MetadataModelProperties

Returns the value of attribute properties.



2867
2868
2869
# File 'sig/types.rbs', line 2867

def properties
  @properties
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def selection_rules
  @selection_rules
end