Class: Aws::Types::DescribeCollectionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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 creation_timestamp
  @creation_timestamp
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