Class: Aws::Types::GetMigrationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


515
516
517
# File 'sig/types.rbs', line 515

def max_results
  @max_results
end

#migration_status_equals"IN_PROGRESS", ...

Returns the value of attribute migration_status_equals.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


514
515
516
# File 'sig/types.rbs', line 514

def migration_status_equals
  @migration_status_equals
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def next_token
  @next_token
end

#sort_by_attribute"V1_BOT_NAME", "MIGRATION_DATE_TIME"

Returns the value of attribute sort_by_attribute.

Returns:

  • ("V1_BOT_NAME", "MIGRATION_DATE_TIME")


511
512
513
# File 'sig/types.rbs', line 511

def sort_by_attribute
  @sort_by_attribute
end

#sort_by_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_by_order.

Returns:

  • ("ASCENDING", "DESCENDING")


512
513
514
# File 'sig/types.rbs', line 512

def sort_by_order
  @sort_by_order
end

#v1_bot_name_contains::String

Returns the value of attribute v1_bot_name_contains.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def v1_bot_name_contains
  @v1_bot_name_contains
end