AWSIoTGetStatisticsResponse

Objective-C

@interface AWSIoTGetStatisticsResponse

Swift

class AWSIoTGetStatisticsResponse
  • The statistics returned by the Fleet Indexing service based on the query and aggregation field.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTStatistics *_Nullable statistics;

    Swift

    var statistics: AWSIoTStatistics? { get set }