Class: Aws::Types::DescribeDataMigrationsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



750
751
752
# File 'sig/types.rbs', line 750

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


751
752
753
# File 'sig/types.rbs', line 751

def max_records
  @max_records
end

#without_settingsBoolean

Returns the value of attribute without_settings.

Returns:

  • (Boolean)


753
754
755
# File 'sig/types.rbs', line 753

def without_settings
  @without_settings
end

#without_statisticsBoolean

Returns the value of attribute without_statistics.

Returns:

  • (Boolean)


754
755
756
# File 'sig/types.rbs', line 754

def without_statistics
  @without_statistics
end