Class: Aws::Types::StartImportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:file_password])

Instance Attribute Summary collapse

Instance Attribute Details

#file_password ⇒ ::String

Returns the value of attribute file_password.

Returns:

  • (::String)


3192
3193
3194
# File 'sig/types.rbs', line 3192

def file_password
  @file_password
end

#import_id ⇒ ::String

Returns the value of attribute import_id.

Returns:

  • (::String)


3189
3190
3191
# File 'sig/types.rbs', line 3189

def import_id
  @import_id
end

#merge_strategy ⇒ "Overwrite", ...

Returns the value of attribute merge_strategy.

Returns:

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


3191
3192
3193
# File 'sig/types.rbs', line 3191

def merge_strategy
  @merge_strategy
end

#resource_specification ⇒ Types::ImportResourceSpecification

Returns the value of attribute resource_specification.



3190
3191
3192
# File 'sig/types.rbs', line 3190

def resource_specification
  @resource_specification
end