Class: Aws::Types::CreateCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
-
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def collection_arn @collection_arn end |
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
222 223 224 |
# File 'sig/types.rbs', line 222 def face_model_version @face_model_version end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
220 221 222 |
# File 'sig/types.rbs', line 220 def status_code @status_code end |