GetEffectivePoliciesRequest

public struct GetEffectivePoliciesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Cognito identity pool ID.

    Declaration

    Swift

    public let cognitoIdentityPoolId: String?
  • The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

    Declaration

    Swift

    public let principal: String?
  • The thing name.

    Declaration

    Swift

    public let thingName: String?
  • Undocumented

    Declaration

    Swift

    public init(cognitoIdentityPoolId: String? = nil, principal: String? = nil, thingName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws