DeleteSkillAuthorizationRequest

public struct DeleteSkillAuthorizationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The room that the skill is authorized for.

    Declaration

    Swift

    public let roomArn: String?
  • The unique identifier of a skill.

    Declaration

    Swift

    public let skillId: String
  • Undocumented

    Declaration

    Swift

    public init(roomArn: String? = nil, skillId: String)
  • Declaration

    Swift

    public func validate(name: String) throws