DescribeDashboardPermissionsResponse

public struct DescribeDashboardPermissionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the dashboard.

    Declaration

    Swift

    public let dashboardArn: String?
  • The ID for the dashboard.

    Declaration

    Swift

    public let dashboardId: String?
  • A structure that contains the permissions for the dashboard.

    Declaration

    Swift

    public let permissions: [ResourcePermission]?
  • 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?
  • Undocumented

    Declaration

    Swift

    public init(dashboardArn: String? = nil, dashboardId: String? = nil, permissions: [ResourcePermission]? = nil, requestId: String? = nil, status: Int? = nil)