Class: Aws::Types::MigrationSummary

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)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def application_id
  @application_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def created_at
  @created_at
end

#errorTypes::MigrationError

Returns the value of attribute error.



1851
1852
1853
# File 'sig/types.rbs', line 1851

def error
  @error
end

#exported_count::Integer

Returns the value of attribute exported_count.

Returns:

  • (::Integer)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def exported_count
  @exported_count
end

#imported_count::Integer

Returns the value of attribute imported_count.

Returns:

  • (::Integer)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def imported_count
  @imported_count
end

#migration_id::String

Returns the value of attribute migration_id.

Returns:

  • (::String)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def migration_id
  @migration_id
end

#sourceTypes::MigrationSource

Returns the value of attribute source.



1848
1849
1850
# File 'sig/types.rbs', line 1848

def source
  @source
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def updated_at
  @updated_at
end