Class: Aws::IoT::Types::GetCardinalityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetCardinalityResponse
- Includes:
- Structure
- Defined in:
- 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.
7623 7624 7625 7626 7627 |
# File 'lib/aws-sdk-iot/types.rb', line 7623 class GetCardinalityResponse < Struct.new( :cardinality) SENSITIVE = [] include Aws::Structure end |