Class: Aws::Types::CreateImportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_filterTypes::ImportFilter

Returns the value of attribute import_filter.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def import_filter
  @import_filter
end

#import_role_arn::String

Returns the value of attribute import_role_arn.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def import_role_arn
  @import_role_arn
end

#import_source_arn::String

Returns the value of attribute import_source_arn.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def import_source_arn
  @import_source_arn
end