DeleteResourceRequest

public struct DeleteResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier associated with the organization from which the resource is deleted.

    Declaration

    Swift

    public let organizationId: String
  • The identifier of the resource to be deleted.

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws