AssociateDelegateToResourceRequest

public struct AssociateDelegateToResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The member (user or group) to associate to the resource.

    Declaration

    Swift

    public let entityId: String
  • The organization under which the resource exists.

    Declaration

    Swift

    public let organizationId: String
  • The resource for which members (users or groups) are associated.

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

    public init(entityId: String, organizationId: String, resourceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws