Class: Aws::Types::StartImportRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#merge_strategy"OVERWRITE_LATEST", "FAIL_ON_CONFLICT"

Returns the value of attribute merge_strategy.



899
900
901
# File 'sig/types.rbs', line 899

def merge_strategy
  @merge_strategy
end

#payload::String

Returns the value of attribute payload.



897
898
899
# File 'sig/types.rbs', line 897

def payload
  @payload
end

#resource_type"BOT", ...

Returns the value of attribute resource_type.



898
899
900
# File 'sig/types.rbs', line 898

def resource_type
  @resource_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



900
901
902
# File 'sig/types.rbs', line 900

def tags
  @tags
end