Class: Aws::IoT::Types::GetCardinalityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetCardinalityResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cardinality ⇒ Integer
The approximate count of unique values that match the query.
Instance Attribute Details
#cardinality ⇒ Integer
The approximate count of unique values that match the query.
7989 7990 7991 7992 7993 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7989 class GetCardinalityResponse < Struct.new( :cardinality) SENSITIVE = [] include Aws::Structure end |