Class: Aws::Types::DescribeCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCollectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#face_count ⇒ ::Integer
Returns the value of attribute face_count.
-
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
-
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
472 473 474 |
# File 'sig/types.rbs', line 472 def collection_arn @collection_arn end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
473 474 475 |
# File 'sig/types.rbs', line 473 def end |
#face_count ⇒ ::Integer
Returns the value of attribute face_count.
470 471 472 |
# File 'sig/types.rbs', line 470 def face_count @face_count end |
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
471 472 473 |
# File 'sig/types.rbs', line 471 def face_model_version @face_model_version end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
474 475 476 |
# File 'sig/types.rbs', line 474 def user_count @user_count end |