Class: Aws::Types::GetMigrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def application_id
  @application_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def created_at
  @created_at
end

#errorTypes::MigrationError

Returns the value of attribute error.



1356
1357
1358
# File 'sig/types.rbs', line 1356

def error
  @error
end

#exported_count::Integer

Returns the value of attribute exported_count.

Returns:

  • (::Integer)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def exported_count
  @exported_count
end

#imported_count::Integer

Returns the value of attribute imported_count.

Returns:

  • (::Integer)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def imported_count
  @imported_count
end

#migration_id::String

Returns the value of attribute migration_id.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def migration_id
  @migration_id
end

#sourceTypes::MigrationSource

Returns the value of attribute source.



1353
1354
1355
# File 'sig/types.rbs', line 1353

def source
  @source
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def updated_at
  @updated_at
end