Class: Aws::Types::StartReferenceImportJobSourceItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



2220
2221
2222
# File 'sig/types.rbs', line 2220

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



2219
2220
2221
# File 'sig/types.rbs', line 2219

def name
  @name
end

#source_file::String

Returns the value of attribute source_file.

Returns:



2218
2219
2220
# File 'sig/types.rbs', line 2218

def source_file
  @source_file
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



2221
2222
2223
# File 'sig/types.rbs', line 2221

def tags
  @tags
end