AWSCloudWatchDashboardEntry

Objective-C

@interface AWSCloudWatchDashboardEntry

Swift

class AWSCloudWatchDashboardEntry

Represents a specific dashboard.

  • The Amazon Resource Name (ARN) of the dashboard.

    Declaration

    Objective-C

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

    Swift

    var dashboardArn: String? { get set }
  • The name of the dashboard.

    Declaration

    Objective-C

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

    Swift

    var dashboardName: String? { get set }
  • The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModified;

    Swift

    var lastModified: Date? { get set }
  • The size of the dashboard, in bytes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable size;

    Swift

    var size: NSNumber? { get set }