AWSCloudWatchGetDashboardOutput
Objective-C
@interface AWSCloudWatchGetDashboardOutput
Swift
class AWSCloudWatchGetDashboardOutput
-
The Amazon Resource Name (ARN) of the dashboard.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dashboardArn;
Swift
var dashboardArn: String? { get set }
-
The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the
DashboardBody
syntax, see CloudWatch-Dashboard-Body-Structure.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dashboardBody;
Swift
var dashboardBody: String? { get set }
-
The name of the dashboard.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dashboardName;
Swift
var dashboardName: String? { get set }