DeleteServiceLinkedRoleRequest

public struct DeleteServiceLinkedRoleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the service-linked role to be deleted.

    Declaration

    Swift

    public let roleName: String
  • Undocumented

    Declaration

    Swift

    public init(roleName: String)
  • Declaration

    Swift

    public func validate(name: String) throws