AWSCloudWatchListDashboardsInput

Objective-C

@interface AWSCloudWatchListDashboardsInput

Swift

class AWSCloudWatchListDashboardsInput
  • If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, “.”, “-”, and “_”.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dashboardNamePrefix;

    Swift

    var dashboardNamePrefix: String? { get set }
  • The token returned by a previous call to indicate that there is more data available.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }