Class: Aws::Types::BatchGetAssetPropertyValueHistorySkippedEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueHistorySkippedEntry
- 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::BatchGetAssetPropertyValueHistoryErrorInfo
Returns the value of attribute error_info.
Instance Attribute Details
#completion_status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute completion_status.
571 572 573 |
# File 'sig/types.rbs', line 571 def completion_status @completion_status end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def entry_id @entry_id end |
#error_info ⇒ Types::BatchGetAssetPropertyValueHistoryErrorInfo
Returns the value of attribute error_info.
572 573 574 |
# File 'sig/types.rbs', line 572 def error_info @error_info end |