Class: Aws::Types::ImportSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def creation_date_time
  @creation_date_time
end

#import_id ⇒ ::String

Returns the value of attribute import_id.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def import_id
  @import_id
end

#import_status ⇒ "InProgress", ...

Returns the value of attribute import_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Deleting")


1941
1942
1943
# File 'sig/types.rbs', line 1941

def import_status
  @import_status
end

#imported_resource_id ⇒ ::String

Returns the value of attribute imported_resource_id.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def imported_resource_id
  @imported_resource_id
end

#imported_resource_name ⇒ ::String

Returns the value of attribute imported_resource_name.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def imported_resource_name
  @imported_resource_name
end

#imported_resource_type ⇒ "Bot", ...

Returns the value of attribute imported_resource_type.

Returns:

  • ("Bot", "BotLocale", "CustomVocabulary", "TestSet")


1945
1946
1947
# File 'sig/types.rbs', line 1945

def imported_resource_type
  @imported_resource_type
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def last_updated_date_time
  @last_updated_date_time
end

#merge_strategy ⇒ "Overwrite", ...

Returns the value of attribute merge_strategy.

Returns:

  • ("Overwrite", "FailOnConflict", "Append")


1942
1943
1944
# File 'sig/types.rbs', line 1942

def merge_strategy
  @merge_strategy
end