Class: Aws::Types::BatchGetCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCollectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_details ⇒ ::Array[Types::CollectionDetail]
Returns the value of attribute collection_details.
-
#collection_error_details ⇒ ::Array[Types::CollectionErrorDetail]
Returns the value of attribute collection_error_details.
Instance Attribute Details
#collection_details ⇒ ::Array[Types::CollectionDetail]
Returns the value of attribute collection_details.
61 62 63 |
# File 'sig/types.rbs', line 61 def collection_details @collection_details end |
#collection_error_details ⇒ ::Array[Types::CollectionErrorDetail]
Returns the value of attribute collection_error_details.
62 63 64 |
# File 'sig/types.rbs', line 62 def collection_error_details @collection_error_details end |