AWSCloudWatchListDashboardsOutput
Objective-C
@interface AWSCloudWatchListDashboardsOutput
Swift
class AWSCloudWatchListDashboardsOutput
-
The list of matching dashboards.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCloudWatchDashboardEntry *> *_Nullable dashboardEntries;
Swift
var dashboardEntries: [AWSCloudWatchDashboardEntry]? { get set }
-
The token that marks the start of the next batch of returned results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }