UpdateDashboardResponse

public struct UpdateDashboardResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let arn: String?
  • The creation status of the request.

    Declaration

    Swift

    public let creationStatus: ResourceStatus?
  • The ID for the dashboard.

    Declaration

    Swift

    public let dashboardId: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • The ARN of the dashboard, including the version number.

    Declaration

    Swift

    public let versionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationStatus: ResourceStatus? = nil, dashboardId: String? = nil, requestId: String? = nil, status: Int? = nil, versionArn: String? = nil)