DescribeDashboardPermissionsRequest

public struct DescribeDashboardPermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the dashboard that you’re describing permissions for.

    Declaration

    Swift

    public let awsAccountId: String
  • The ID for the dashboard, also added to the IAM policy.

    Declaration

    Swift

    public let dashboardId: String
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, dashboardId: String)
  • Declaration

    Swift

    public func validate(name: String) throws