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_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


433
434
435
# File 'sig/types.rbs', line 433

def created_date
  @created_date
end

#failure_reason::Array[::String]

Returns the value of attribute failure_reason.

Returns:

  • (::Array[::String])


432
433
434
# File 'sig/types.rbs', line 432

def failure_reason
  @failure_reason
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def import_id
  @import_id
end

#import_status"IN_PROGRESS", ...

Returns the value of attribute import_status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "FAILED")


431
432
433
# File 'sig/types.rbs', line 431

def import_status
  @import_status
end

#merge_strategy"OVERWRITE_LATEST", "FAIL_ON_CONFLICT"

Returns the value of attribute merge_strategy.

Returns:

  • ("OVERWRITE_LATEST", "FAIL_ON_CONFLICT")


429
430
431
# File 'sig/types.rbs', line 429

def merge_strategy
  @merge_strategy
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def name
  @name
end

#resource_type"BOT", ...

Returns the value of attribute resource_type.

Returns:

  • ("BOT", "INTENT", "SLOT_TYPE")


428
429
430
# File 'sig/types.rbs', line 428

def resource_type
  @resource_type
end