Class: Aws::Types::StartReferenceImportJobSourceItem
- Inherits:
-
Object
- Object
- Aws::Types::StartReferenceImportJobSourceItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_file ⇒ ::String
Returns the value of attribute source_file.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def name @name end |
#source_file ⇒ ::String
Returns the value of attribute source_file.
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.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def end |