Class: Aws::Types::GetImportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


518
519
520
# File 'sig/types.rbs', line 518

def created_timestamp
  @created_timestamp
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


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

def destinations
  @destinations
end

#end_event_time::Time

Returns the value of attribute end_event_time.

Returns:

  • (::Time)


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

def end_event_time
  @end_event_time
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


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

def import_id
  @import_id
end

#import_sourceTypes::ImportSource

Returns the value of attribute import_source.

Returns:



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

def import_source
  @import_source
end

#import_statisticsTypes::ImportStatistics

Returns the value of attribute import_statistics.



520
521
522
# File 'sig/types.rbs', line 520

def import_statistics
  @import_statistics
end

#import_status"INITIALIZING", ...

Returns the value of attribute import_status.

Returns:

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


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

def import_status
  @import_status
end

#start_event_time::Time

Returns the value of attribute start_event_time.

Returns:

  • (::Time)


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

def start_event_time
  @start_event_time
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


519
520
521
# File 'sig/types.rbs', line 519

def updated_timestamp
  @updated_timestamp
end