Class: Aws::Types::BatchGetAssetPropertyAggregatesSkippedEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyAggregatesSkippedEntry
- 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::BatchGetAssetPropertyAggregatesErrorInfo
Returns the value of attribute error_info.
Instance Attribute Details
#completion_status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute completion_status.
497 498 499 |
# File 'sig/types.rbs', line 497 def completion_status @completion_status end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def entry_id @entry_id end |
#error_info ⇒ Types::BatchGetAssetPropertyAggregatesErrorInfo
Returns the value of attribute error_info.
498 499 500 |
# File 'sig/types.rbs', line 498 def error_info @error_info end |