DeleteResourceConfigRequest

public struct DeleteResourceConfigRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique identifier of the resource.

    Declaration

    Swift

    public let resourceId: String
  • The type of the resource.

    Declaration

    Swift

    public let resourceType: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws