AttachThingPrincipalRequest

public struct AttachThingPrincipalRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

    Declaration

    Swift

    public let principal: String
  • The name of the thing.

    Declaration

    Swift

    public let thingName: String
  • Undocumented

    Declaration

    Swift

    public init(principal: String, thingName: String)
  • Declaration

    Swift

    public func validate(name: String) throws