Class: Aws::Types::ImportReferenceSourceItem

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:



1353
1354
1355
# File 'sig/types.rbs', line 1353

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



1352
1353
1354
# File 'sig/types.rbs', line 1352

def name
  @name
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:



1355
1356
1357
# File 'sig/types.rbs', line 1355

def reference_id
  @reference_id
end

#source_file::String

Returns the value of attribute source_file.

Returns:



1349
1350
1351
# File 'sig/types.rbs', line 1349

def source_file
  @source_file
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:



1350
1351
1352
# File 'sig/types.rbs', line 1350

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



1351
1352
1353
# File 'sig/types.rbs', line 1351

def status_message
  @status_message
end

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

Returns the value of attribute tags.

Returns:



1354
1355
1356
# File 'sig/types.rbs', line 1354

def tags
  @tags
end