Class: Aws::Types::DescribeMetadataModelChildrenMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


982
983
984
# File 'sig/types.rbs', line 982

def max_records
  @max_records
end

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def migration_project_identifier
  @migration_project_identifier
end

#origin"SOURCE", "TARGET"

Returns the value of attribute origin.

Returns:

  • ("SOURCE", "TARGET")


980
981
982
# File 'sig/types.rbs', line 980

def origin
  @origin
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def selection_rules
  @selection_rules
end