Class: Aws::Types::StartImportResponse

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)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def created_timestamp
  @created_timestamp
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


1228
1229
1230
# File 'sig/types.rbs', line 1228

def destinations
  @destinations
end

#end_event_time::Time

Returns the value of attribute end_event_time.

Returns:

  • (::Time)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def end_event_time
  @end_event_time
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def import_id
  @import_id
end

#import_sourceTypes::ImportSource

Returns the value of attribute import_source.

Returns:



1229
1230
1231
# File 'sig/types.rbs', line 1229

def import_source
  @import_source
end

#import_status"INITIALIZING", ...

Returns the value of attribute import_status.

Returns:

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


1232
1233
1234
# File 'sig/types.rbs', line 1232

def import_status
  @import_status
end

#start_event_time::Time

Returns the value of attribute start_event_time.

Returns:

  • (::Time)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def start_event_time
  @start_event_time
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def updated_timestamp
  @updated_timestamp
end