Class: Aws::Types::ImportReferenceSourceItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportReferenceSourceItem
- 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.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#source_file ⇒ ::String
Returns the value of attribute source_file.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def name @name end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
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.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def source_file @source_file end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def end |