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

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3201
3202
3203
# File 'sig/types.rbs', line 3201

def creation_date_time
  @creation_date_time
end

#import_id ⇒ ::String

Returns the value of attribute import_id.

Returns:

  • (::String)


3197
3198
3199
# File 'sig/types.rbs', line 3197

def import_id
  @import_id
end

#import_status ⇒ "InProgress", ...

Returns the value of attribute import_status.

Returns:

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


3200
3201
3202
# File 'sig/types.rbs', line 3200

def import_status
  @import_status
end

#merge_strategy ⇒ "Overwrite", ...

Returns the value of attribute merge_strategy.

Returns:

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


3199
3200
3201
# File 'sig/types.rbs', line 3199

def merge_strategy
  @merge_strategy
end

#resource_specification ⇒ Types::ImportResourceSpecification

Returns the value of attribute resource_specification.



3198
3199
3200
# File 'sig/types.rbs', line 3198

def resource_specification
  @resource_specification
end