Module: Aws::CloudTrail::Client::_StartImportResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartImportResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_timestamp::Time

Returns:

  • (::Time)


910
# File 'sig/client.rbs', line 910

def created_timestamp: () -> ::Time

#destinations::Array[::String]

Returns:

  • (::Array[::String])


905
# File 'sig/client.rbs', line 905

def destinations: () -> ::Array[::String]

#end_event_time::Time

Returns:

  • (::Time)


908
# File 'sig/client.rbs', line 908

def end_event_time: () -> ::Time

#import_id::String

Returns:

  • (::String)


904
# File 'sig/client.rbs', line 904

def import_id: () -> ::String

#import_sourceTypes::ImportSource

Returns:



906
# File 'sig/client.rbs', line 906

def import_source: () -> Types::ImportSource

#import_status"INITIALIZING", ...

Returns:

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


909
# File 'sig/client.rbs', line 909

def import_status: () -> ("INITIALIZING" | "IN_PROGRESS" | "FAILED" | "STOPPED" | "COMPLETED")

#start_event_time::Time

Returns:

  • (::Time)


907
# File 'sig/client.rbs', line 907

def start_event_time: () -> ::Time

#updated_timestamp::Time

Returns:

  • (::Time)


911
# File 'sig/client.rbs', line 911

def updated_timestamp: () -> ::Time