Class: Aws::Types::BatchGetAssetPropertyValueHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueHistoryErrorEntry]
Returns the value of attribute error_entries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#skipped_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueHistorySkippedEntry]
Returns the value of attribute skipped_entries.
-
#success_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueHistorySuccessEntry]
Returns the value of attribute success_entries.
Instance Attribute Details
#error_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueHistoryErrorEntry]
Returns the value of attribute error_entries.
562 563 564 |
# File 'sig/types.rbs', line 562 def error_entries @error_entries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
565 566 567 |
# File 'sig/types.rbs', line 565 def next_token @next_token end |
#skipped_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueHistorySkippedEntry]
Returns the value of attribute skipped_entries.
564 565 566 |
# File 'sig/types.rbs', line 564 def skipped_entries @skipped_entries end |
#success_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueHistorySuccessEntry]
Returns the value of attribute success_entries.
563 564 565 |
# File 'sig/types.rbs', line 563 def success_entries @success_entries end |