Class: Aws::Types::CreateImportTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


205
206
207
# File 'sig/types.rbs', line 205

def creation_time
  @creation_time
end

#import_destination_arn::String

Returns the value of attribute import_destination_arn.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def import_destination_arn
  @import_destination_arn
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def import_id
  @import_id
end