AWSCloudWatchGetDashboardInput

Objective-C

@interface AWSCloudWatchGetDashboardInput

Swift

class AWSCloudWatchGetDashboardInput
  • The name of the dashboard to be described.

    Declaration

    Objective-C

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

    Swift

    var dashboardName: String? { get set }