Class: Aws::Types::BatchGetAssetPropertyValueResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueErrorEntry]
Returns the value of attribute error_entries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#skipped_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueSkippedEntry]
Returns the value of attribute skipped_entries.
-
#success_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueSuccessEntry]
Returns the value of attribute success_entries.
Instance Attribute Details
#error_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueErrorEntry]
Returns the value of attribute error_entries.
589 590 591 |
# File 'sig/types.rbs', line 589 def error_entries @error_entries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
592 593 594 |
# File 'sig/types.rbs', line 592 def next_token @next_token end |
#skipped_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueSkippedEntry]
Returns the value of attribute skipped_entries.
591 592 593 |
# File 'sig/types.rbs', line 591 def skipped_entries @skipped_entries end |
#success_entries ⇒ ::Array[Types::BatchGetAssetPropertyValueSuccessEntry]
Returns the value of attribute success_entries.
590 591 592 |
# File 'sig/types.rbs', line 590 def success_entries @success_entries end |