Class: Aws::Types::BatchGetAssetPropertyValueSkippedEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueSkippedEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute completion_status.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#error_info ⇒ Types::BatchGetAssetPropertyValueErrorInfo
Returns the value of attribute error_info.
Instance Attribute Details
#completion_status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute completion_status.
598 599 600 |
# File 'sig/types.rbs', line 598 def completion_status @completion_status end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def entry_id @entry_id end |
#error_info ⇒ Types::BatchGetAssetPropertyValueErrorInfo
Returns the value of attribute error_info.
599 600 601 |
# File 'sig/types.rbs', line 599 def error_info @error_info end |